A converter to create VSL bindings for a C/C++ header file.
Download a pre-built version from the artifacts and place it in your PATH
.
You must have CMake
, Clang
/LLVM
, and a C++ toolchain. Then run:
$ mkdir build
$ cd build
$ cmake ..
$ cd ..
$ make
$ sudo make install
Use bindgen through vsl bindgen
as the C++ app itself uses a binary format for
I/O and options.