You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Currently three ways are provided to build the jsonfortran library
26
26
27
27
* A Visual Studio 2010 project is included for building the library (and example program) on Windows with the Intel compiler.
28
28
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
+
29
31
* Additionally, a [CMake](http://www.cmake.org) build
30
32
system is provided. This build system has been tested on Mac and Linux
31
33
using the Intel Fortran Compiler and gfortran 4.9. It has not been
0 commit comments