Skip to content

ipasimulator/Libffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.