There are no binary release from now, you must install from sources.
git clone https://git.kmx.io/kc3-lang/kc3.git
git clone https://github/kc3-lang/kc3.git
cd kc3
git submodule init
git submodule update
cd fonts
git submodule init
git submodule update
cd ..
# install build tools
sudo apt install pkg-config clang libtool-bin make ruby time
# install dependencies
sudo apt install libffi-dev libbsd-dev libevent-dev
# install demo dependencies
sudo apt install glew libfreetype-dev libsdl2-dev libxkbcommon-dev
./configure
make -j8
LD_LIBRARY_PATH
. ./env
make lib_links
Top : KC3 Guides
Next : KC3 Testing Guide