Changes between Version 12 and Version 13 of WindowsBuildFromScratch
- Timestamp:
- 04/14/09 10:12:30 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsBuildFromScratch
v12 v13 1 {{{ 2 #!forumlinks 3 }}} 4 1 5 = Build Tribler on Windows from Scratch = 2 6 … … 7 11 == Installing required software == 8 12 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}}}. 10 14 1. Download and install [https://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559 wxPython 2.8.0.1-unicode]. 11 15 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}}}. 13 17 1. Download and install some Subversion client (for instance [http://tortoisesvn.net/downloads TortoiseSVN]). 14 18 1. Download and install [http://chandlerproject.org/Projects/MeTooCrypto#Downloads M2Crypto 0.18-win32 (Contributed Build)]. … … 19 23 Access to {{{https}}} requires authorisation. For read-only access, use {{{http}}}. 20 24 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:svnfmpeg}}}. 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:svnfmpeg}}} and {{{C:svnvlc}}} into {{{C:svnmainbranch}}}. 29 1. Rename the copied {{{C:svnmainbranchzip}}} to {{{vlc}}}. 26 30 27 31 == Build installer == 28 32 29 1. Open {{{CMD}}} and chdir to {{{C: \svn\mainbranch}}}33 1. Open {{{CMD}}} and chdir to {{{C:svnmainbranch}}} 30 34 1. Run {{{makedist}}} 31 35 32 You will now have an installer at {{{C: \svn\mainbranch\dist\Tribler-VERSION.exe}}}, enjoy :)36 You will now have an installer at {{{C:svnmainbranchdistTribler-VERSION.exe}}}, enjoy :) 33 37 ----
![(please configure the [header_logo] section in trac.ini)](/images/TriblerLogo.png)