mirror of
https://github.com/JonasunderscoreJones/i3-system-setup.git
synced 2025-10-22 19:19:19 +02:00
Added lci installation
This commit is contained in:
parent
27753933b2
commit
5c5e61a6b9
1 changed files with 7 additions and 0 deletions
|
@ -184,6 +184,13 @@ echo "fetching config file from repository..."
|
|||
|
||||
|
||||
|
||||
# install lci - lolcode interpreter
|
||||
git clone https://github.com/justinmeza/lci.git /tmp/lci
|
||||
cd /tmp/lci
|
||||
cmake .
|
||||
make
|
||||
make install
|
||||
ctest
|
||||
|
||||
|
||||
# get end time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue