Building Xpra

Platform specific instructions:

Please refer to the instructions most appropriate for your build platform:

Download the xpra source code

Use one of the following locations:

Build

First, make sure that all the required dependencies are installed, then:

git clone https://github.com/Xpra-org/xpra
cd xpra
python3 ./setup.py install --prefix=/usr --single-version-externally-managed --root=/

Caveats