goborator/README.md
DataHoarder 736a80d773
All checks were successful
continuous-integration/drone/push Build is passing
Faster test, add Drone CI
2022-07-13 20:33:40 +02:00

451 B

Goborator

Simple Gaborator cgo implementation.

Requires c-gaborator installed.

git clone --recursive --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator.git
cd c-gaborator && mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-march=native" -DCMAKE_C_FLAGS_RELEASE="-march=native" \
-DCMAKE_INSTALL_PREFIX="/usr"
make
sudo make install