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
@@ -39,7 +39,7 @@ Currently, several ways are provided to build the jsonfortran library
39
39
40
40
* A [Visual Studio](http://www.visualstudio.com) project is included for building the library (and example program) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
41
41
42
-
* 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`.
42
+
* 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`.
43
43
44
44
* Additionally, a [CMake](http://www.cmake.org) build
45
45
system is provided. This build system has been tested on Mac and Linux
@@ -143,7 +143,7 @@ of ```json_value``` pointers. See the json_example.f90 file for more examples.
@@ -212,16 +212,15 @@ The code above produces the file:
212
212
Documentation
213
213
--------------
214
214
215
-
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 [RoboDoc](http://rfsber.home.xs4all.nl/Robo/). Note that both the shell script, CMake, and SCons will also generate these files automatically in the documentation folder, assuming you have RoboDoc installed.
215
+
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 [RoboDoc](http://rfsber.home.xs4all.nl/Robo/). Note that both the shell script, CMake, and SCons will also generate these files automatically in the documentation folder, assuming you have RoboDoc installed.
216
216
217
217
Contributing [](CONTRIBUTING.md)
218
218
------------
219
219
Want to help? Take a quick look at our [contributing guidelines](CONTRIBUTING.md) then claim something in [the "ready" column on our Waffle.io](https://waffle.io/jacobwilliams/json-fortran) and [Fork. Commit. Pull request.](https://help.github.com/articles/fork-a-repo).
220
220
221
221
License
222
222
--------
223
-
224
-
The json-fortran sourcecode and related files and documentation are distributed under a permissive free software license (BSD-style). See the [LICENSE](https://raw.githubusercontent.com/jacobwilliams/json-fortran/master/LICENSE) file for more details.
223
+
The json-fortran source code and related files and documentation are distributed under a permissive free software license (BSD-style). See the [LICENSE](https://raw.githubusercontent.com/jacobwilliams/json-fortran/master/LICENSE) file for more details.
0 commit comments