goborator/README.md

14 lines
451 B
Markdown
Raw Permalink Normal View History

2022-01-25 11:04:35 +00:00
# Goborator
Simple Gaborator cgo implementation.
Requires [c-gaborator](https://git.gammaspectra.live/S.O.N.G/c-gaborator) installed.
```shell
2022-07-13 18:28:00 +00:00
git clone --recursive --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator.git
cd c-gaborator && mkdir build && cd build
2022-01-29 04:59:21 +00:00
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-march=native" -DCMAKE_C_FLAGS_RELEASE="-march=native" \
-DCMAKE_INSTALL_PREFIX="/usr"
2022-01-25 11:04:35 +00:00
make
sudo make install
```