Files
pip/make_install.sh
2013-03-18 12:07:44 +04:00

6 lines
77 B
Bash
Executable File

#! /bin/sh
cmake .
make $@
cp -vf *.h /usr/include/
cp -vf lib*.so /usr/lib/