Changes between Version 7 and Version 8 of Building/MSWindows
- Timestamp:
- 03/15/17 07:07:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/MSWindows
v7 v8 14 14 * install [https://mingw-w64.org/ mingw-w64] 15 15 * run this setup script: [/browser/xpra/trunk/src/win32/MINGW_SETUP.sh MINGW_SETUP.sh] 16 * run the build script: [/browser/xpra/trunk/src/win32/PY27_MINGW_BUILD.sh] 17 18 [[BR]] 16 19 17 20 Not covered here yet (see #678): … … 25 28 ---- 26 29 27 The oldbuild system is very hard to setup: follow [http://winswitch.org/dev/win32.html these instructions] to build all the required dependencies (and trim the parts that are only relevant to [http://winswitch.org winswitch])30 The legacy build system is very hard to setup: follow [http://winswitch.org/dev/win32.html these instructions] to build all the required dependencies (and trim the parts that are only relevant to [http://winswitch.org winswitch]) 28 31 }}} 29 30 {{{#!div class="box"31 == Packaging ==32 33 The MS Windows specific build scripts are [/browser/xpra/trunk/src/win32 here].34 35 Version 2.0 uses a simple shell script, older versions used a combination of the setup.py file and BAT files.36 In both cases, an innosetup script generates the executable installer.37 }}}