Changes between Version 12 and Version 13 of WindowsBuildFromScratch

Show
Ignore:
Timestamp:
04/14/09 10:12:30 (7 months ago)
Author:
root (IP: 127.0.0.1)
Comment:

Adding forumlinks

Legend:

Unmodified
Added
Removed
Modified
  • WindowsBuildFromScratch

    v12 v13  
     1{{{ 
     2#!forumlinks 
     3}}} 
     4 
    15= Build Tribler on Windows from Scratch = 
    26 
     
    711== Installing required software == 
    812 
    9   1. Download and install [http://www.python.org/download/releases/2.4.3/ Python 2.4.3] into {{{C:\Python243wx2801\}}}. 
     13  1. Download and install [http://www.python.org/download/releases/2.4.3/ Python 2.4.3] into {{{C:Python243wx2801}}}. 
    1014  1. Download and install [https://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559 wxPython 2.8.0.1-unicode]. 
    1115  1. Download and install [http://sourceforge.net/project/showfiles.php?group_id=15583 py2exe 0.6.6]. 
    12   1. Download and install the [http://nsis.sourceforge.net/Download NSIS installer] into {{{C:\Program Files\NSIS}}}. 
     16  1. Download and install the [http://nsis.sourceforge.net/Download NSIS installer] into {{{C:Program FilesNSIS}}}. 
    1317  1. Download and install some Subversion client (for instance [http://tortoisesvn.net/downloads TortoiseSVN]). 
    1418  1. Download and install [http://chandlerproject.org/Projects/MeTooCrypto#Downloads M2Crypto 0.18-win32 (Contributed Build)]. 
     
    1923Access to {{{https}}} requires authorisation. For read-only access, use {{{http}}}. 
    2024 
    21   1. Check out {{{https://svn.tribler.org/abc/branches/mainbranch}}} into {{{C:\svn\mainbranch}}}. 
    22   1. Check out {{{https://svn.tribler.org/ffmpeg/branches/ffmpeg-win32-ivaylo-jan2007}}} into {{{C:\svn\ffmpeg}}}. 
    23   1. Check out {{{https://svn.tribler.org/vlc/branches/vlc-0.8.6a-win32-ivaylo-mar2007}}} into {{{C:\svn\vlc}}}. 
    24   1. Copy the files in {{{C:\svn\ffmpeg}}} and {{{C:\svn\vlc}}} into {{{C:\svn\mainbranch}}}. 
    25   1. Rename the copied {{{C:\svn\mainbranch\zip}}} to {{{vlc}}}. 
     25  1. Check out {{{https://svn.tribler.org/abc/branches/mainbranch}}} into {{{C:svnmainbranch}}}. 
     26  1. Check out {{{https://svn.tribler.org/ffmpeg/branches/ffmpeg-win32-ivaylo-jan2007}}} into {{{C:svn fmpeg}}}. 
     27  1. Check out {{{https://svn.tribler.org/vlc/branches/vlc-0.8.6a-win32-ivaylo-mar2007}}} into {{{C:svnvlc}}}. 
     28  1. Copy the files in {{{C:svn fmpeg}}} and {{{C:svnvlc}}} into {{{C:svnmainbranch}}}. 
     29  1. Rename the copied {{{C:svnmainbranchzip}}} to {{{vlc}}}. 
    2630 
    2731== Build installer == 
    2832 
    29   1. Open {{{CMD}}} and chdir to {{{C:\svn\mainbranch}}} 
     33  1. Open {{{CMD}}} and chdir to {{{C:svnmainbranch}}} 
    3034  1. Run {{{makedist}}} 
    3135 
    32 You will now have an installer at {{{C:\svn\mainbranch\dist\Tribler-VERSION.exe}}}, enjoy :) 
     36You will now have an installer at {{{C:svnmainbranchdistTribler-VERSION.exe}}}, enjoy :) 
    3337----