Changes between Version 17 and Version 18 of Building/Debian
- Timestamp:
- 04/07/20 09:29:27 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Debian
v17 v18 10 10 {{{#!div class="box" 11 11 == Building == 12 Starting with version 1.0, you no longer need to apply [/browser/xpra/trunk/debian/patches debian specific patches] to build xpra. 13 14 Install the dependencies: 12 Install the base dependencies: 15 13 {{{ 16 14 apt-get install libx11-dev libxtst-dev libxcomposite-dev libxdamage-dev \ … … 18 16 python-all-dev 19 17 }}} 20 * GTK3 :18 * GTK3 for the server and GUI client: 21 19 {{{ 22 20 apt-get install libgtk-3-dev python3-dev python3-cairo-dev python-gi-dev cython3 … … 37 35 apt-get install libnvidia-encode1 38 36 }}} 39 * with some versions, we use a private version of ffmpeg - see #1256 for details. If you wish to use your distribution's version of library instead, install:37 * ffmpeg based video codecs (see #1256 for more information): 40 38 {{{ 41 39 apt-get install libavformat-dev libavcodec-dev libswscale-dev 42 40 }}} 43 You may hit compilation errors if the version installed is too old. (and it often is)44 41 * jpeg: 45 42 {{{