+ build_gcc_linux_pyeo

This commit is contained in:
Caner Candan 2011-05-09 17:21:18 +02:00
commit 6dc49743b2
2 changed files with 11 additions and 1 deletions

7
eo/build_gcc_linux_pyeo Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
mkdir -p release
cd release
cmake -DENABLE_PYEO=1 ..
make
cd ..