Skip to content

Instantly share code, notes, and snippets.

@klange
Created February 23, 2021 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klange/b34f5842b906b716bda15d009a513f06 to your computer and use it in GitHub Desktop.
Save klange/b34f5842b906b716bda15d009a513f06 to your computer and use it in GitHub Desktop.
wget -O kuroko.zip https://github.com/kuroko-lang/kuroko/archive/master.zip; unzip kuroko.zip
wget -O bim.zip https://github.com/klange/bim/archive/master.zip; unzip bim.zip
pushd kuroko-master
make CFLAGS="-std=gnu99 -O3"
sudo make install prefix=/usr libdir=/usr/lib64
popd
kuroko --version
pushd bim-master
make
sudo make install
cp docs/example.bim3rc ~/.bim3rc
popd
bim --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment