美文网首页
Install gfortran in Ubuntu

Install gfortran in Ubuntu

作者: iMark | 来源:发表于2016-10-31 14:00 被阅读133次

Unlike what has been recorded in gfortran 在 windows 上的安装和运行, it's quite easy to install gfortran in Ubuntu, you just need to type sudo aptitude install gfortran-5 in Termnal.

If you also wanna install along with the doc, type sudo aptitude install gfortran-doc after the last installation.

Note, the gfortran should be evoked by gfortran-5 but not fortran, any way, you can set what you want it to be.

I recommend to you the fortran package for SublimeText.

Remember to make certain changes to the build-system if needed per your compiler.

相关文章

网友评论

      本文标题:Install gfortran in Ubuntu

      本文链接:https://www.haomeiwen.com/subject/yfkputtx.html