Skip to content

Commit 8b0b596

Browse files
committed
updated readme for scons.
1 parent 2ad94ac commit 8b0b596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Currently three ways are provided to build the jsonfortran library
2626

2727
* A Visual Studio 2010 project is included for building the library (and example program) on Windows with the Intel compiler.
2828

29+
* 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`.
30+
2931
* Additionally, a [CMake](http://www.cmake.org) build
3032
system is provided. This build system has been tested on Mac and Linux
3133
using the Intel Fortran Compiler and gfortran 4.9. It has not been

0 commit comments

Comments
 (0)