Changes between Version 55 and Version 56 of Building
- Timestamp:
- 11/27/16 03:33:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v55 v56 20 20 Before attempting to build from source, make sure that all the [/wiki/Dependencies required dependencies] are installed. 21 21 22 For running the *nix server, you will need {{{Xvfb}}} or [http://xpra.org/Xdummy.html Xdummy] (if available for your platform), xauth, keyboard utilities and xauth. 22 For running the *nix server, you will need {{{Xvfb}}} or [http://xpra.org/Xdummy.html Xdummy] (if available for your platform), xauth, keyboard utilities. Then just run: 23 {{{ 24 python2 ./setup.py install 25 }}} 23 26 24 27 [[BR]]