Skip to content

codingpot/kiwigo

Repository files navigation

kiwigo

CI Go Reference

https://github.com/bab2min/Kiwi for go

Dependencies

  • Install Kiwi

check out how to install Kiwi here

Example script (install using the helper script)

make install-kiwi

Example script (install from source)

git clone git@github.com:bab2min/Kiwi.git
cd Kiwi
git submodule sync
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
make install
ldconfig