Building OpenFOAM1.7.0 from source
Posted August 25, 2010 at 18:08 by maysmech
Needful installation to ./Allwmake in in the folder $WM_PROJECT_DIR/OpenFOAM-1.7.0:installation several packages, and the one in particular that you are missing is build-essential.
This is a command line that will install most of the necessary (and some possibly unnecessary) packages for building OpenFOAM and ParaView:
By Bruno
This is a command line that will install most of the necessary (and some possibly unnecessary) packages for building OpenFOAM and ParaView:
Code:
sudo apt-get install binutils-dev flex bison git-core build-essential python-dev libreadline5-dev wget zlib1g-dev cmake libpng12-dev libxt-dev libxi-dev libxrender-dev libxrandr-dev libxcursor-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libglib2.0-dev freeglut3-dev libqt4-dev qt4-dev-tools
Total Comments 0