|
[Sponsors] |
Howto install OpenFOAM on mandriva2009qt44 with Qt435 in home directory |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 15, 2008, 15:31 |
Hi everyone,
Here is my exp
|
#1 |
New Member
Gu Zongyuan
Join Date: Mar 2009
Location: Gothenburg
Posts: 3
Rep Power: 17 |
Hi everyone,
Here is my experience on howto install OpenFOAM on mandriva2009(qt4.4) with Qt4.3.5 in home directory. 1. do the steps 1-6 in http://www.opencfd.co.uk/openfoam/doc/README.html except running paraFoam. 2. download libmpfr-dev package and all its related packages Next steps we need follow Tammo's 1-3: 3. follow Tammo's steps 1-3: 3.a. Download qt-x11-opensource-src-4.3.5.tar.gz (approx. 40MB) from ftp://ftp.trolltech.com/qt/source/qt...c-4.3.5.tar.gz and unpack it in your /tmp folder. There now should be a folder called /tmp/qt-x11-opensource-src-4.3.5 on your system 3.b. Go to that folder cd /tmp/qt-x11-opensource-src-4.3.5 set the path you want to install Qt-4.3.5 in, e.g. ./configure -prefix ~/OpenFOAM/ThirdParty/Qt-4.3.5 you may have to accept the GNU-license. Now compile (takes some time...) make and install make install 3.c. add the following lines to your ~/OpenFOAM/OpenFOAM-1.5/etc/bashrc at the very end # set QT related variables QT=~/OpenFOAM/ThirdParty/Qt-4.3.5 export PATH=$QT/bin:$PATH export LD_LIBRARY_PATH=$QT/lib:$LD_LIBRARY_PATH 4. Compiling Paraview 3.3: cd $FOAM_INST_DIR/ThirdParty rm -rf ParaView3.3-cvs/platforms buildParaView3.3-cvs 5. Compiling PV3FoamReader module: cd $FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader ./Allwclean ./Allwmake It will take several hours I think, but it will work perfect in mandriva2009 and kubuntu8.10 (which i have tried). At the end I will thank Tammo's help in his http://www.cfd-online.com/OpenFOAM_D...tml?1226776366 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to install OpenFoam in Windows XP | robert_dekker | OpenFOAM Installation | 4 | October 20, 2010 22:15 |
HowTo Make paraFoam from OpenFOAM15 work on OpenSuse11 by installing Qt435 in home directory | wenterodt | OpenFOAM Installation | 52 | June 26, 2009 18:01 |
Micro HOWTO Rocks clusters 50 OpenFoam 15 Linux64 | james | OpenFOAM Installation | 1 | August 30, 2008 11:15 |
install the openfoam | aya | CFX | 4 | July 23, 2008 08:58 |
A new Howto on the OpenFOAM Wiki Compiling OpenFOAM under Unix | mbeaudoin | OpenFOAM Installation | 2 | April 28, 2006 09:54 |