Skip to content

Commit a84769a

Browse files
committed
updated read me.
1 parent 0066f7d commit a84769a

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
@@ -14,7 +14,7 @@ Building the Library
1414

1515
The code requires a Fortran compiler that supports
1616
various Fortran 2003 and Fortran 2008 features such as: allocatable
17-
strings, associate, newunit, generic, class, and abstract interface.
17+
strings, newunit, generic, class, and abstract interface.
1818
It has been successfully compiled with the [Intel Fortran compiler
1919
13.1.0](https://software.intel.com/en-us/non-commercial-software-development) (and greater) and the recent [4.9 release of the GNU gfortran
2020
compiler](http://gcc.gnu.org/wiki/GFortran/News#GCC4.9).
@@ -24,7 +24,7 @@ Currently, several ways are provided to build the jsonfortran library
2424

2525
* 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.
2626

27-
* A Visual Studio 2010 project is included for building the library (and example program) on Windows with the Intel compiler.
27+
* 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.
2828

2929
* 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`.
3030

0 commit comments

Comments
 (0)