Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 716 Bytes

BUILDING.md

File metadata and controls

30 lines (20 loc) · 716 Bytes

Building

Setting PYTHON Locations

You can run update_project.py script to locate local Python installations automatically. You can run following commands if it doesn't work well. These variables are used in pybinkit project file.

For Python 2.7.x installation:

setx PYTHON2_PATH C:\Python27\
setx PYTHON2_LIB_NAME python27.lib

For Python 3.8 installation:

setx PYTHON3_PATH %USERPROFILE%\AppData\Local\Programs\Python\Python38\
setx PYTHON3_LIB_NAME python38.lib

Install pybind11

pip install pybind11

Open binkit.sln solution file to compile Loader and pybinkit project

  • Use Visual Studio 2019