Changes between Version 19 and Version 20 of Building/MSWindows
- Timestamp:
- 02/08/19 15:27:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/MSWindows
v19 v20 28 28 {{{#!div class="box" 29 29 == Build == 30 From the source directory, run the build script [/browser/xpra/trunk/src/win32/MINGW_BUILD.sh win32/MINGW_BUILD.sh]30 From the source directory, just run the build script [/browser/xpra/trunk/src/win32/MINGW_BUILD.sh win32/MINGW_BUILD.sh] 31 31 32 32 With the regular library updates from MSYS2, you may hit occasional hurdles. ie: ticket:678#comment:61. … … 35 35 {{{#!div class="box" 36 36 == Updating == 37 Once installed, you can update the build system by running: 38 * {{{pacman -Syu}}} for the msys2 packages 39 * [/browser/xpra/trunk/src/win32/UPDATE_PYTHON_LIBS.sh UPDATE_PYTHON_LIBS.sh] for the python libraries 37 Just keep the build system updated using {{{pacman -Syu}}}. 40 38 }}} 41 42 {{{#!div class="box"43 == Optional Steps ==44 45 Work in progress - these steps should be automated (see #678 for details):46 * [/wiki/ClientRendering/OpenGL OpenGL rendering] via pygtkglext: follow ticket:678#comment:2747 * websockify48 }}}