Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 1016 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 1016 Bytes

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

Caveats

  • Do not mix source installation with binary packages. Remove one completely before installing the other
  • Current versions of xpra require python3, for python2 use the 3.x LTS branch - see versions