|
[Sponsors] |
March 26, 2010, 06:43 |
Installation of Paraview
|
#1 |
New Member
Join Date: Mar 2010
Location: Germany
Posts: 10
Rep Power: 16 |
Hi,
I have successfullly installed OF 1.6 on my system (ubuntu 9.10) with the help from this forum. Now I want to install paraview and get some problems. What I done: 1. sudo apt-get install qt4-qmake 2. sudo apt-get install libqt4-dev 3. the steps from the README-File:
"makeParaView: command not found" I don't know what I have to do now. I'm new in Linux and OF. I hope somebody of you can me help. Regards Aloex |
|
March 26, 2010, 09:03 |
|
#2 |
Member
Johan Spång
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 35
Rep Power: 17 |
add ./ in front of the script i.e: ./makeParaView
|
|
March 26, 2010, 12:03 |
|
#3 |
New Member
Join Date: Mar 2010
Location: Germany
Posts: 10
Rep Power: 16 |
Thank you very much. Paraview is running now!
What's the meaning of this "./"? |
|
March 26, 2010, 16:41 |
|
#4 |
New Member
Join Date: Dec 2009
Posts: 8
Rep Power: 17 |
||
March 26, 2010, 18:18 |
|
#5 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
The dot states that you're refering to the present/current folder. And in Linux, although when listing the makeParaView file, both represent the same file; but when executing a program, that program has to either belong to one of the folders listed in the PATH environment variable, or be given the correct folder path to that application.
One way to override this behaviour, is to add the dot symbol to that very same PATH... and that is exactly what the OpenFOAM makers have done, and that's why their steps are ambiguous Namely, they refer to either methods, because they both work in their system. Quote:
|
||
March 27, 2010, 07:37 |
|
#6 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
Adding '.' to the PATH may be convenient, but is generally not recommended for a secure system. It's probably just matter of habit though whether to write the shell command with or without a leading './' in documentation (with './' is better - less ambiguous).
|
|
March 27, 2010, 16:07 |
|
#7 | |
New Member
Join Date: Dec 2009
Posts: 8
Rep Power: 17 |
Quote:
If got all the new things, then just go to the Third-party folder and then run ./makeParaView (takes a lot of time...) |
||
March 28, 2010, 06:25 |
|
#8 |
New Member
Join Date: Mar 2010
Location: Germany
Posts: 10
Rep Power: 16 |
Thx for your replies.
This forum works really well. |
|
March 28, 2010, 08:49 |
|
#9 |
New Member
Join Date: Dec 2009
Posts: 8
Rep Power: 17 |
Another additional info: If you run you OS in a different language than english (for me german): You have to add in the file:
$/HOME/OpenFoam/OpenFoam-1.6/bin/paraFoam (be aware, if version is different) just the additional line in front of all other commands: export LC_ALL=C I am a newby, too. It cost a lot of time to get it run... kippo ps: I also recommend pyfoam Gschaider et al. did a very good job |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
paraview installation woes | vex | OpenFOAM Installation | 15 | January 30, 2011 08:11 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
Paraview installation troubles | jjhall | OpenFOAM Installation | 3 | April 17, 2008 13:59 |
Paraview installation problem please help | bender | OpenFOAM Installation | 2 | February 27, 2006 06:00 |