For building the library, you need Highway and a C++ compiler.
For using the library you need a C compiler, standard library, and an OpenMP implementation.
For Unix and derivatives like Linux, macOS, *BSD.
-
First install Highway
-
Run
sudo make installon your own system, or something likePREFIX=$HOME/.local make installon a remote system you have no root access for. Seeconfig.mkfor more options.
Pull requests welcome. For now, you can install WSL and follow the steps above.
You can compile programs by linking against -lvqhull -lm -fopenmp.
The provided functions are documented in the man pages. The directory
examples contains some examples.