irc/quick_install.sh

9 lines
109 B
Bash
Raw Normal View History

2013-04-30 00:07:44 +02:00
#! /bin/sh
mkdir -p Build &&\
cd Build &&\
cmake .. &&\
make &&\
ln -s $(pwd)/irc $1