This website requires JavaScript.
Explore
Help
Sign In
nalc
/
irc
Watch
1
Star
0
Fork
0
You've already forked irc
forked from
minetest-mods/irc
Code
Issues
Pull Requests
Releases
Wiki
Activity
cdc6067e87
irc
/
quick_install.sh
9 lines
109 B
Bash
Raw
Normal View
History
Unescape
Escape
Rewrite
2013-04-30 00:07:44 +02:00
#! /bin/sh
Reformat quick_install.sh and use symbolic links
2014-02-04 22:30:57 +01:00
mkdir -p Build
&&
\
cd
Build
&&
\
cmake ..
&&
\
make
&&
\
ln -s
$(
pwd
)
/irc
$1
Reference in New Issue
Copy Permalink