|
Last change
on this file since 4233 was
4230,
checked in by dubos, 6 years ago
|
|
simple_physics : able to run without plugins
|
-
Property svn:executable set to
*
|
|
File size:
275 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| 3 | PREFIX=$(pwd) |
|---|
| 4 | ROOT=$(dirname $0) |
|---|
| 5 | ROOT=$(cd -P $ROOT ; pwd) |
|---|
| 6 | |
|---|
| 7 | OMNI=omnicompiler-1.3.2 |
|---|
| 8 | |
|---|
| 9 | #echo "prefix : $PREFIX" |
|---|
| 10 | #echo "ROOT : $ROOT" |
|---|
| 11 | cd $ROOT |
|---|
| 12 | rm -rf ${OMNI} |
|---|
| 13 | tar xjf ${OMNI}.tar.bz2 |
|---|
| 14 | cd ${OMNI} |
|---|
| 15 | ./configure --prefix=$PREFIX |
|---|
| 16 | make -j 8 |
|---|
| 17 | make install |
|---|
| 18 | ls -l $PREFIX/bin |
|---|
Note: See
TracBrowser
for help on using the repository browser.