There are binary packages for :
See KC3 release v0.1.15 on the main KC3 release site for downloads and checksums.
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 ..
git clone https://git.kmx.io/kmx.io/runj.git && cd runj
./configure && make && sudo make install
git clone https://git.kmx.io/kmx.io/sort.git && cd sort
./configure && make && sudo make install
# 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-x11-dev
./configure
make -j8
LD_LIBRARY_PATH. ./env
make lib_links
Top : KC3 Guides
Next : KC3 Testing Guide