I need the detail information about how to install g95 in ubuntu 12.04 step by step. I have followed the g95 manual but it still did not work.
Asked
Active
Viewed 1.4k times
1 Answers
5
g95 binary are located in this page.
Download the Linux specific binary from here
Copy the downloaded file to your home directory
cp ~/Downloads/g95-x86-linux.tgz ~/untar the file
cd ~ tar -zxvf g95-x86-linux.tgzCreate a sym link
sudo ln -s ~/g95-install/bin/i686-pc-linux-gnu-g95 /bin/g95Make sure that
echo $PATHlist/binNow to check the installation you can run the command.
g95 --version
Hope this helps.
devav2
- 37,290