Skip to content

Commit 65ae7f0

Browse files
committed
minor updates to readme file.
1 parent 33d3550 commit 65ae7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ compiler](http://gcc.gnu.org/wiki/GFortran/News#GCC4.9).
3434
Currently, several ways are provided to build the jsonfortran library
3535
(libjsonfortran).
3636

37-
* A build script, `build.sh` is provided in the project root directory. This script uses [FoBiS](https://github.com/szaghi/FoBiS) to build the json-fortran library and the example program. Edit the script to use either the Intel compiler or gfortran. Note that version 1.2.5 of FoBiS (or later) is required.
37+
* A build script, `build.sh` is provided in the project root directory. This script uses [FoBiS](https://github.com/szaghi/FoBiS) to build the json-fortran library and the example program. Edit the script to use either the [Intel Fortran Compiler](https://software.intel.com/en-us/fortran-compilers) or [Gfortran](https://gcc.gnu.org/wiki/GFortran). Note that version 1.2.5 of FoBiS (or later) is required.
3838

39-
* A Visual Studio 2010 project is included for building the library (and example program) on Windows with the Intel compiler. The project has been tested with Visual Studio 2010 and 2013.
39+
* A [Visual Studio](http://www.visualstudio.com) project is included for building the library (and example program) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
4040

4141
* An [SCons](http://www.scons.org) `SConstruct` file. The library and example program are built by typing `scons` and installed by `scons install` or `sudo scons install`.
4242

0 commit comments

Comments
 (0)