Skip to content

zrma/kiwigo

This branch is 1 commit ahead of codingpot/kiwigo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df623ac · Oct 11, 2023

History

57 Commits
Dec 26, 2021
Oct 26, 2021
Oct 11, 2023
Oct 30, 2021
Oct 11, 2023
Oct 30, 2021
Oct 11, 2023
Oct 26, 2021
Oct 11, 2023
Oct 22, 2021
Oct 11, 2023
Oct 26, 2021
Oct 30, 2021
Oct 11, 2023
Oct 11, 2023
Oct 11, 2023
Oct 11, 2023
Oct 11, 2023
Oct 26, 2021
Oct 26, 2021

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.4%
  • C 21.7%
  • Go 10.5%
  • Other 1.4%