GCC is the recommended compiler, but clang is also supported.
To build from source, you'll need a basic unix toolchain with sh
and
make
/gmake
:
./configure && sudo ./install.sh
or:
./configure && sudo make install
To uninstall:
sudo make uninstall
To build the independent executables in a local build folder,
use make install
instead of make all
.
./configure && cd src && sudo make install
GCC 11+ is the recommended compiler. Compared with clang, gcc in some cases seems to produce faster code for reasons we have not yet determined.
zsv will soon be available from a number of package managers:
- OSX:
brew install zsv
- Windows:
nuget install zsv
- Linux:
yum install zsv