Changes between Version 96 and Version 97 of Linux build instructions
- Timestamp:
- Mar 5, 2020 11:46:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux build instructions
v96 v97 65 65 * On 64-bit Debian-based systems, the following command should install the required additional packages: 66 66 {{{ 67 apt-get install ia32-libs libc6-dev-i386 lib32gcc1 gcc-multilib \ 68 lib32stdc++6 g++-multilib 67 apt-get install ia32-libs libc6-dev-i386 lib32gcc1 lib32stdc++6 68 }}} 69 * For python hacking: 70 {{{ 71 apt-get install pylint python3-psycopg2 python3-willow python-psycopg2 python-pil 69 72 }}} 70 73