We have moved
This page has been moved to https://github.com/Xpra-org/xpra/blob/master/docs/Build/MSWindows.md
Archived copy:
Building on Microsoft Windows
For general information, see wiki/Building first.
Setup
- install msys2 and update the system: run
pacman -Syu
until all the updates are applied - from a mingw shell, run this setup script: MINGW_SETUP.sh
Optional dependencies:
- install tortoisesvn to support SSH via plink
- install bonjour SDK for mdns support
To build NVENC or NVFBC support (64-bit only), also install:
To be able to generate EXE installation packages:
- install verpatch (see r15919)
- install InnoSetup
Build
From the source directory, just run the build script win32/MINGW_BUILD.sh
With the regular library updates from MSYS2, you may hit occasional hurdles. ie: ticket:678#comment:61.
Updating
Just keep the build system updated using pacman -Syu
.
Last modified 2 months ago
Last modified on 02/06/21 14:06:03