Changes between Version 12 and Version 13 of Building/Debian
- Timestamp:
- 09/26/19 16:14:53 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Debian
v12 v13 4 4 5 5 For general information, see [/wiki/Building] first. 6 For Python 2, see [/wiki/Building/Debian/Python2]. 6 7 7 8 [[BR]] … … 17 18 python-all-dev 18 19 }}} 19 * for python2 builds 20 {{{ 21 apt-get install python-gobject-2-dev python-gtk2-dev cython 22 }}} 23 * for python3 builds: 20 * GTK3: 24 21 {{{ 25 22 apt-get install libgtk-3-dev python3-dev python3-cairo-dev python-gi-dev cython3 26 23 }}} 27 Make sure that your version of Cython is recent enough.28 24 29 25 Also install some X11 utilities if not installed already: … … 56 52 57 53 Optional: 58 * for html5 client:54 * for the html5 client: 59 55 {{{ 60 56 apt-get install uglifyjs brotli libjs-jquery libjs-jquery-ui gnome-backgrounds 61 57 }}} 62 * python2 opengl and rendering: 63 {{{ 64 apt-get install python-gtkglext1 python-opengl python-numpy python-pil 65 }}} 66 * python3 opengl and rendering: 58 * opengl and rendering: 67 59 {{{ 68 60 apt-get install python3-opengl python3-numpy python3-pil 69 61 }}} 70 * python2 network bits: 71 {{{ 72 apt-get install python-rencode python-lz4 python-dbus python-cryptography \ 73 python-avahi python-netifaces python-yaml python-lzo 74 }}} 75 * python3 network bits: 62 * network bits: 76 63 {{{ 77 64 apt-get install python3-rencode python3-lz4 python3-dbus python3-cryptography \ 78 65 python3-netifaces python3-yaml python3-lzo 79 66 }}} 80 * misc python2: 81 {{{ 82 apt-get install python-setproctitle python-xdg python-pyinotify python-opencv \ 83 python-pycuda 84 }}} 85 * misc python3: 67 * misc: 86 68 {{{ 87 69 apt-get install python3-setproctitle python3-xdg python3-pyinotify python3-opencv \ … … 104 86 * for printing: 105 87 {{{ 106 apt-get install cups-filters cups-common cups-pdf python -cups88 apt-get install cups-filters cups-common cups-pdf python3-cups 107 89 }}} 108 90 * for ssh: