Simple Gaborator cgo bridge
Go to file
2022-01-26 15:08:13 +01:00
sample Working library 2022-01-23 21:04:09 +01:00
.gitignore Working library 2022-01-23 21:04:09 +01:00
build-deps.sh Ship compiled .a 2022-01-23 21:09:47 +01:00
go.mod Working library 2022-01-23 21:04:09 +01:00
goborator.go add channel block processor 2022-01-26 15:08:13 +01:00
goborator_test.go Use new c-goborator 2022-01-25 13:59:35 +01:00
LICENSE Working library 2022-01-23 21:04:09 +01:00
README.md Use c-gaborator global installation 2022-01-25 12:04:35 +01:00

Goborator

Simple Gaborator cgo implementation.

Requires c-gaborator installed.

git clone https://git.gammaspectra.live/S.O.N.G/c-gaborator
cd c-gaborator && make build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
make
sudo make install