Compile OpenFOAM 1.6-ext on Fedora 16 64bit

Download OpenFOAM 1.6-ext from the Internet You can use svn to get the whole extended source code: $svn co https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend openfoam-extend If you only want to download the 1.6-ext version, execute: $svn co https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.6-ext/ OpenFOAM-1.6-ext After first retrieving, you may Continue reading Compile OpenFOAM 1.6-ext on Fedora 16 64bit

Install NVIDIA Driver on Fedora 12 Beta (64bit)

Enable the rpm-fusion repositories. Download packages from http://koji.fedoraproject.org/koji/taskinfo?taskID=1763452: xorg-x11-drv-nvidia-190.42-1.fc12.x86_64.rpm xorg-x11-drv-nvidia-libs-190.42-1.fc12.x86_64.rpm Install it: $sudo yum install livna-config-display system-config-display Download http://leigh123linux.fedorapeople.org/pub/srpm/nvidia-kmod-190.42-3.fc12.src.rpm and install it, then change your directory to /root/rpmbuild/SPECS Build the rpm packages: # rpmbuild bb target=x86_64 nvidia-kmod.SPEC then you should Continue reading Install NVIDIA Driver on Fedora 12 Beta (64bit)

Salome 4.1.4 Installation on Fedora 10 (x86_64)

Installation of Salome 4.1.4 on Fedora 10 (x86_64) is very simple. Download the file InstallWizard_4.1.4_Debian_4.0_64bit.tar.gz. Unzip the file: $tar zxvf InstallWizard_4.1.4_Debian_4.0_64bit.tar.gz switch to root user or use sudo to execute runInstall in the untared folder. Install it wherever you want Continue reading Salome 4.1.4 Installation on Fedora 10 (x86_64)