29.07.2011 - fundamental new
This commit is contained in:
8
make_install.sh
Executable file
8
make_install.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /bin/bash
|
||||
cmake .
|
||||
make -j3
|
||||
if [ $@ != "" ] ; then
|
||||
chown -v $@ /usr/lib/ /usr/include/
|
||||
fi
|
||||
cp -vf *.h /usr/include/
|
||||
cp -vf libpip.so /usr/lib/libpip.so
|
||||
Reference in New Issue
Block a user