Difference between revisions of "Cargese 2013 tutorial session"
Jump to navigation
Jump to search
m |
m |
||
Line 12: | Line 12: | ||
Ubuntu install command | Ubuntu install command | ||
− | sudo apt-get install tcsh git build-essential m4 gfortran libnetcdf-dev netcdf-bin | + | sudo apt-get install tcsh git build-essential m4 gfortran libnetcdf-dev netcdf-bin |
[http://mxcl.github.io/homebrew/ Homebrew] install commands | [http://mxcl.github.io/homebrew/ Homebrew] install commands | ||
brew install gfortran | brew install gfortran | ||
brew install netcdf --enable-fortran | brew install netcdf --enable-fortran |
Revision as of 09:15, 3 May 2013
List of requirements:
- Standard build utilities
- make
- m4
- cshell
- perl
- gcc
- etc
- gfortran
- NetCDF
- git
Ubuntu install command
sudo apt-get install tcsh git build-essential m4 gfortran libnetcdf-dev netcdf-bin
Homebrew install commands
brew install gfortran brew install netcdf --enable-fortran