|
[Sponsors] |
March 1, 2010, 10:44 |
|
#21 |
Senior Member
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18 |
Fantastic Maysam! Well done!
__________________
Regards, Gijs |
|
March 2, 2010, 11:19 |
how to install the gcc-4.3.3 in the right place
|
#22 |
Senior Member
|
please how to write the gcc-4.3.3 to the right place ?
and how to install it. when i do this command $ export ~/OpenFOAM/ThirdParty-1.6/gcc-4.3.3/compile=~/OpenFOAM/ThirdParty-1.6/gcc-4.3.3/platforms/linux/gcc-4.3.3 this appairs bash: export: `~/OpenFOAM/ThirdParty-1.6/gcc-4.3.3/compile=~/OpenFOAM/ThirdParty-1.6/gcc-4.3.3/platforms/linux/gcc-4.3.3': not a valid identifier Last edited by Ahmed Khattab; March 3, 2010 at 19:15. |
|
March 8, 2010, 20:12 |
|
#23 |
Member
Alex
Join Date: Mar 2010
Posts: 33
Rep Power: 16 |
Hi gwierink
I see that you are a professional in Linux and openfoam, please help me to install openfoam in fedora 11, i didn't understand anything i don't exaggerate if i say that my future depends help me plzzz. I downloaded all the files and i created the openfoam directory but I’m stopped there, how to install it and how to install the gcc I’m not good in Linux can you please write to me the codes step by step pleasssssse. I'm under fedora 64bit Thanks a lot. |
|
March 10, 2010, 04:06 |
|
#24 | |||
Senior Member
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18 |
Hi guys,
@Ahmed: Quote:
Quote:
@Abdelhafidh: Quote:
Have you followed the method higher up in this thread? That should do the trick.
__________________
Regards, Gijs |
||||
April 19, 2010, 12:55 |
|
#25 |
Senior Member
|
||
April 19, 2010, 14:33 |
|
#27 |
Senior Member
|
||
April 20, 2010, 07:16 |
|
#28 |
Senior Member
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18 |
First, go to a convenient directory. In my case I make a directory containing all kinds of loose things, called "tmp" in my home dir). So, open up a terminal and
Code:
mkdir tmp && cd tmp Code:
wget http://ftp3.ie.freebsd.org/pub/trolltech/pub/qt/source/qt-x11-opensource-src-4.3.5.tar.gz Code:
tar xzf qt-x11-opensource-src-4.3.5.tar.gz Code:
cd qt-x11-opensource-src-4.3.5.tar.gz Code:
./configure Code:
make Code:
gmake Code:
su Code:
make install Code:
gmake install To get your system and OF find Qt, add its path to $HOME/.bashrc by Code:
gedit $HOME/.bashrc Code:
PATH=/home/gijsbert/tmp/qt-x11-opensource-src-4.3.5/bin:$PATH export PATH Code:
. $HOME/.bashrc Hope this helps you on your way .
__________________
Regards, Gijs |
|
April 20, 2010, 12:13 |
paraview
|
#29 |
Senior Member
|
thanks for you
after i did that i tried to install paraview cd /home/ahmed/OpenFOAM/ThirdParty-1.6 ./makeParaView Error: cannot find qmake either at $QMAKE_PATH or in current $PATH what can i do |
|
April 20, 2010, 12:29 |
|
#30 |
Senior Member
Gijsbert Wierink
Join Date: Mar 2009
Posts: 383
Rep Power: 18 |
Hmm, ok, what do
Code:
which qmake Code:
qmake --version PS Just to be sure, you did add the Qt path (as above in this thread), source command for OpenFOAM to $HOME/.bashrc and source the latter, right?
__________________
Regards, Gijs |
|
September 23, 2011, 11:35 |
|
#32 |
New Member
M.Sanchez
Join Date: Sep 2011
Posts: 2
Rep Power: 0 |
Hello
I am attempting to run OF on fedora 15 32 bits. I have built the sources as explained in the tutorial: http://www.openfoam.com/download/source.php but now, I have the same probleme as Rebel Ahmed, i.e: when executing: Code:
cd /home/ahmed/OpenFOAM/ThirdParty-1.6 ./makeParaView Code:
Error: cannot find qmake either at $QMAKE_PATH or in current $PATH my bash do not reconize the "qmake" command but there is a "qmake-qt4" command I saw in the "makeParaView" file that I could change the qmake path but I am unable to locate it ... If someone would help me ... THX M. |
|
September 23, 2011, 12:11 |
|
#33 |
New Member
M.Sanchez
Join Date: Sep 2011
Posts: 2
Rep Power: 0 |
I found the answer by my own:
in a terminal: Code:
whereis qmake-qt4 Code:
/usr/bin/qmake-qt4 Code:
QMAKE_PATH="" Code:
QMAKE_PATH="/usr/bin/qmake-qt4" Code:
./makeParaView /!\ On Fedora it is VERY IMPORTANT to run this before building ParaView!!! Code:
sed -i -e 's=ptrdiff_t=std::ptrdiff_t=' ParaView-3.10.1/VTK/Utilities/vtkmetaio/metaUtils.cxx Last edited by MSAN; September 23, 2011 at 14:05. |
|
Tags |
fedora, install, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to Install OpenFOAM on 64 Ubuntu 9.04 | hansel | OpenFOAM Installation | 62 | March 19, 2010 15:43 |
install openfoam 1.6 on opensuse 11.0 | andresbh | OpenFOAM Installation | 8 | September 30, 2009 01:48 |
Installation of OpenFOAM on Fedora 11 | jits_aps90 | OpenFOAM Installation | 0 | August 20, 2009 03:23 |
OpenFOAM Install problem | masb | OpenFOAM | 3 | May 25, 2009 12:32 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |