Created
February 23, 2021 06:24
-
-
Save klange/b34f5842b906b716bda15d009a513f06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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