# Install the necessary packages
sudo apt-get install build-essential flex subversion git mercurial wget
# download swak4Foam
mkdir -p $FOAM_RUN
cd $FOAM_RUN
git clone https://github.com/Unofficial-Extend-Project-Mirror/openfoam-extend-swak4Foam-dev.git swak4Foam
# build the custom bison
cd swak4Foam
./maintainanceScripts/compileRequirements.sh
# build swak4Foam
./Allwmake > log.make 2>&1
# Run it a second time for getting a summary of the installation
./Allwmake > log.make 2>&1
Ubuntu安装swak4Foam
最新推荐文章于 2024-11-06 19:56:38 发布