/vsl-bindgen

Creates VSL bindings for a C/C++ header file.

Primary LanguageC++Apache License 2.0Apache-2.0

vsl-bindgen

Build status

A converter to create VSL bindings for a C/C++ header file.

Installation

Windows

Download a pre-built version from the artifacts and place it in your PATH.

Linux

You must have CMake, Clang/LLVM, and a C++ toolchain. Then run:

$ mkdir build
$ cd build
$ cmake ..
$ cd ..
$ make
$ sudo make install

Usage

Use bindgen through vsl bindgen as the C++ app itself uses a binary format for I/O and options.