29.07.2011 - fundamental new

This commit is contained in:
peri4
2011-07-29 08:17:24 +04:00
parent b21a0496cd
commit 29190ea465
49 changed files with 4704 additions and 1052 deletions

8
make_install.sh Executable file
View 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