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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,6 @@ Currently, several ways are provided to build the jsonfortran library
95
95
96
96
* A [Visual Studio](http://www.visualstudio.com) project is included for building the library (and unit tests) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
97
97
98
-
* A [SCons](http://www.scons.org)`SConstruct` file. The library and unit tests are built by typing `scons` and tested by typing `scons test`. The library may be optionally installed by `scons install` or `sudo scons install`.
99
-
100
98
* A [CMake](http://www.cmake.org) build
101
99
system is provided. This build system has been tested on Mac and Linux
102
100
using the Intel Fortran Compiler, gfortran 4.9, and NAG Fortran 6.0. It has not been
@@ -291,7 +289,11 @@ The code above produces the file:
291
289
Documentation
292
290
--------------
293
291
294
-
The API documentation for the latest release version can be found [here](http://jacobwilliams.github.io/json-fortran). The documentation can also be generated by processing the source files with [FORD](https://github.com/cmacmackin/ford). Note that both the shell script, CMake, and SCons will also generate these files automatically in the documentation folder, assuming you have FORD installed.
292
+
The API documentation for the latest release version can be found
293
+
[here](http://jacobwilliams.github.io/json-fortran). The
294
+
documentation can also be generated by processing the source files
295
+
with [FORD](https://github.com/cmacmackin/ford). Note that both the
296
+
shell script and CMake will also generate these files automatically in the documentation folder, assuming you have FORD installed.
0 commit comments