CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[foam-extend.org] A problem about installation of open foam extend 3.1

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 5, 2018, 05:23
Smile A problem about installation of open foam extend 3.1
  #1
New Member
 
Join Date: May 2018
Posts: 1
Rep Power: 0
Toalchemist is on a distinguished road
HI,everyone. Recent days I want to install open foam extend 3.1 on my ubuntu 14.04. When I SAW the code export QT_BIN_DIR=/path/to/qmake
echo "export QT_BIN_DIR=/path/to/qmake" >> etc/prefs.sh . I was pauzzled if should I replace the /path/to/qmake with the addresss of qmake . Because in the past installation of extend 3.2 , I noticed a note of replacing .
Please tell me what to do ,thanks very much .
Toalchemist is offline   Reply With Quote

Old   May 31, 2018, 08:58
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answer: Quoting from here: https://openfoamwiki.net/index.php/I...oam-extend-4.0

Quote:
On bash (if unsure whether you are using bash, run "echo $SHELL"):
Code:
export QT_BIN_DIR=/path/to/qmake_directory
echo "export QT_BIN_DIR=$QT_BIN_DIR" >> etc/prefs.sh
  • Note: If you don't know what is /path/to/qmake, try checking what the following commands give you:
    Code:
    which qmake
    which qmake-qt4
    For example, you might get the following answer:
    Code:
    /usr/bin/qmake-qt4
    from which the path "/usr/bin/" should be used for replacing "/path/to/qmake_directory", which means that you would run the following commands:
    Code:
    export QT_BIN_DIR=/usr/bin/
    echo "export QT_BIN_DIR=$QT_BIN_DIR" >> etc/prefs.sh
__________________
wyldckat is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[foam-extend.org] Problems installing foam-extend-4.0 on openSUSE 42.2 and Ubuntu 16.04 ordinary OpenFOAM Installation 19 September 3, 2019 18:13
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' muth OpenFOAM Running, Solving & CFD 3 August 27, 2018 04:18
error with reactingFoam BakedAlmonds OpenFOAM Running, Solving & CFD 4 June 22, 2016 02:21
problem with RBF in tho Foam 3.0 extend Vesek OpenFOAM Programming & Development 4 June 16, 2014 04:22
[blockMesh] non-orthogonal faces and incorrect orientation? nennbs OpenFOAM Meshing & Mesh Conversion 7 April 17, 2013 05:42


All times are GMT -4. The time now is 12:01.