How to install R-Line in windows

After downloading the R-Line files (RLine_v1_2.Source), what are the steps to install the software for windows ?

Hi Ankit,
R-line is software written in f90, and needs to be compiled. We recommend installing, compiling and running on linux platforms.
Two makefiles are provided in the release, one for pgf90 and the other for intel.
You may be able to run on Windows if you install Microsoft Visual Studio and the f90 compiler.
This link may help get you started.
http://homepage.ntu.edu.tw/~wttsai/fortran/ppt/1a.Using_Intel-Fortran_compiler.pdf

Liz

1 Like

Thankyou. I’ll try these steps.

Another suggestion is to use gfortran, as it is free.
https://gcc.gnu.org/wiki/GFortran
or

You can use the CMD to run the .exe file in the v1_2 folder.