Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 964 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 964 Bytes

Libffi

Fork from the original libffi which can be compiled using the Cmake build system. This project is meant to help the build of Calculate Binding project, so the number of platforms supported may be lower than the original's (at first, mainly x86).

Library version 3.2.1

List of currently supported platforms and compilers

  • Windows x86 - Microsoft Visual C++ Compiler
  • Windows x86-64 - Microsoft Visual C++ Compiler

Build instructions

Using the Microsoft Visual C++ Compiler under Windows:

cmake -H. -B{build_dir} -G"NMake Makefiles" -DCMAKE_BUILD_TARGET=<Debug|Release>
cmake --build {build_dir} --target ffi

License

See accompanying copying file.