
 |
| 3D modeling & numerical simulation |
|
|
 |
installation on fedora 18 with tpaviot/oce |
| installation on fedora 18 with tpaviot/oce |
 |
| Pierre Lecanu |
2012/12/15 23:54 |
Hello
I use fedora 18 and and build_configure is not operand and
I used this method with succes
su
password
yum groupinstall 'Development Tools'
yum install tcsh
yum install openmpi openmpi-devel qt-devel qt-webkit-devel
yum install tcl-devel
yum install tk-devel
yum install tcllib tklib
yum install libXmu-devel
yum install ftgl ftgl-devel
cd $HOME
git clone git://github.com/tpaviot/oce.git
cd oce
git pull
cd $HOME/oce
mkdir build
cd build
flags=""
flags="$flags -DOCE_INSTALL_PREFIX:PATH=$HOME/oce"
flags="$flags -DFTGL_INCLUDE_DIR:PATH=/usr/include/FTGL"
flags="$flags -DOCE_DRAW:BOOL=ON"
flags="$flags -DOCE_TESTING:BOOL=ON"
cmake $flags ..
make
make install
make test
gedit ~/.bashrc
#end of file
export INSTALL_DIR=$HOME/oce
alias OCE="$INSTALL_DIR/bin/./DRAWEXE"
#save and exit
#new terminal
OCE |
 |
| | | |
|
 |
|