diff --git a/Readme.md b/Readme.md index 195e47c2d4dfba50697feba753f74601d5893834..b05f5fb86e84a203b66209fefc2549dcc4041f96 100644 --- a/Readme.md +++ b/Readme.md @@ -5,22 +5,18 @@ This repository contains scripts to build the FBXSDK Python Bindings for various ## Install -1. Download from the [Release Page]() the archive `fbxsdkpy-cpPYTHONVERSION-PLATFORM` corresponding to your PYTHONVERSION (35 for Python 3.5) and PLATFORM +1. Download from the [Release Page]() the archive `fbxsdkpy-cpPYTHONVERSION-PLATFORM` corresponding to your `PYTHONVERSION` and `PLATFORM`. `PYTHONVERSION` 35 corresponds to any 3.5 version of Python for example. The version of Python can be found with `python --version` 2. Extract it -3. Move the content of the extracted directory (not the directory itself) in either the sites-package directory or directly in your project directory. The path of the sites-package directory is generally present in the Python path, which can be obtained using the command `python -c "import sys; print(sys.path)"` +3. Move the content of the extracted directory (not the directory itself) in either the `sites-package` directory or directly in your project directory. The path of the `sites-package` directory is generally present in the Python path, which can be obtained using `python -c "import sys; print(sys.path)"` ## Build -The scripts can build the Python Bindings for Python versions >=3.5 and will only produce x64 binaries -Don't hesitate to ask me if you need 32 bits support +The scripts can build the Python Bindings for Python versions >=3.5 on Windows and GNU/Linux and will only produce x64 binaries +Don't hesitate to ask me if you need support of other versions, platforms or architectures -### Linux +### GNU/Linux -1. Install dependencies : -``` -make gcc python3-dev zlib1g-dev libxml2-dev -``` -For example using apt : +1. Install dependencies (for example with apt): ``` sudo apt install make gcc python3-dev zlib1g-dev libxml2-dev ``` @@ -32,7 +28,7 @@ sudo apt install make gcc python3-dev zlib1g-dev libxml2-dev ### Windows -1. Execute the `build.bat` file, or run it as Administrator Right-Click > Run as Administrator to skip the authorizations requests. Windows might prevent the execution of the script with a message "Windows protected your PC", to bypass it click "More Info", and then "Run Anyway" +1. Execute the `build.bat` file, or run it as Administrator with "Right-Click > Run as Administrator" to skip the authorizations requests. Windows might prevent the execution of the script with a message "Windows protected your PC", to bypass it click "More Info", and then "Run Anyway" 2. Binaries are outputed to the `fbxsdkpy-cpPYTHONVERSION-win_x64` directory. You can follow the Install instructions from step 3 with the files in this directory