Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.28 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.28 KB

VTIL-Python

appveyor-ci license discord

Virtual-machine Translation Intermediate Language - Python Bindings

Introduction

// TODO..

Building (CMake)

Dependencies:

  • Python >=3.5 (x64)
  • Visual Studio 2019
  • CMake 3.15 or higher

From a Visual Studio 2019 command prompt:

mkdir build && cd build
cmake -DPYTHON_EXECUTABLE=%PYTHON_PATH%\python.exe ..  ; e.g. c:\Python37-64\python.exe
cmake --build . --config Release
cmake --install . --component pyd --prefix .

This will give you vtil.pyd in the build directory.