This repository hosts a slightly modified version of WORLD to provide a easy way to use from external programs. See here for the original WORLD.
This version of WORLD is used by the following bindings:
- Linux
- Mac OS X
- Windows
./waf configure && ./waf
sudo ./waf install
NOTE: MSVC will be used for compilation on windows by default. If you prefer to use g++
, use --check-cxx-compiler
option like:
./waf configure --check-cxx-compiler=g++
- Add
extern C
in header files - Add
DioByOptPtr
(for calling from Julia that doesn't support struct-passing by value) - Integrate waf
- Support pkg-config
- Add
GetWORLDVersion
function #4