Skip to content

Commit f295aa9

Browse files
committed
Update README.md
1 parent 86963fd commit f295aa9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ Building the Library
2121
Currently three ways are provided to build the jsonfortran library
2222
(libjsonfortran).
2323

24-
* A simple build script, build.sh is provided in the project
25-
root directory. This is mainly used for testing, and also builds the example program.
24+
* A simple build script, build.sh is provided in the project root directory. This is mainly used for testing, and also builds the example program. Edit the script to use either the Intel compiler or gfortran.
2625

27-
* A Visual Studio 2010 project is included for building the library (and example program) on Windows.
26+
* A Visual Studio 2010 project is included for building the library (and example program) on Windows with the Intel compiler.
2827

2928
* Additionally, a [CMake](http://www.cmake.org) build
3029
system is provided. This build system has been tested on Mac and Linux

0 commit comments

Comments
 (0)