Skip to content

Commit a1b20f8

Browse files
committed
Updated requirements doc
1 parent 2cba278 commit a1b20f8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

addons/source-python/docs/source-python/source/general/installation.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,21 @@ Requirements
77
Linux
88
^^^^^
99

10-
1. GLIBC 2.17 or later is required. Check your version by typing ``ld -version``.
11-
2. The 32 bit version of ``libz.so.1`` and ``libffi.so.6`` is required. See the table below to install the proper packages.
10+
1. GLIBC 2.29 or later is required. Check your version by typing ``ld -version``.
11+
2. The 32 bit version of ``libz.so.1`` and ``libffi.so.7`` is required. See the table below to install the proper packages.
1212

1313
================================= ================================== ======================================
14-
Distribution libz.so.1 libffi.so.6
14+
Distribution libz.so.1 libffi.so.7
1515
================================= ================================== ======================================
16-
Debian/Ubuntu 32 bit apt-get install zlib1g apt-get install libffi6
17-
Debian/Ubuntu 64 bit apt-get install zlib1g:i386 apt-get install libffi6:i386
16+
Debian/Ubuntu apt-get install zlib1g:i386 apt-get install libffi7:i386
1817
================================= ================================== ======================================
1918

2019

2120

2221
Windows
2322
^^^^^^^
2423

25-
1. `Visual C++ Redistributable for Visual Studio 2010 (x86) <https://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe>`_ is required. Most machines already have a redistributable installed, so you only need to install it if Source.Python didn't load properly due to the missing redistributable.
24+
There are no special requirements.
2625

2726

2827
Installation steps

0 commit comments

Comments
 (0)