Skip to content

Commit

Permalink
Added required packages to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuto committed Jun 27, 2017
1 parent bf5a916 commit 8e5ed1c
Showing 1 changed file with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ Installation
Requirements
------------

1. On Linux GLIBC 2.17 or later is required. Check your version by typing ``ld -version``.
2. On Windows `Visual C++ Redistributable for Visual Studio 2015 <https://www.microsoft.com/en-us/download/details.aspx?id=48145>`_ 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.
Linux
^^^^^

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

================================= ================================== ======================================
Distribution libz.so.1 libffi.so.6
================================= ================================== ======================================
Debian/Ubuntu 32 bit apt-get install zlib1g apt-get install libffi6
Debian/Ubuntu 64 bit apt-get install zlib1g:i386 apt-get install libffi6:i386
================================= ================================== ======================================



Windows
^^^^^^^

1. `Visual C++ Redistributable for Visual Studio 2015 <https://www.microsoft.com/en-us/download/details.aspx?id=48145>`_ 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.


Installation steps
Expand Down

0 comments on commit 8e5ed1c

Please sign in to comment.