File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ Building the Library
21
21
Currently three ways are provided to build the jsonfortran library
22
22
(libjsonfortran).
23
23
24
- A simple build script, build.sh is provided in the project
24
+ * A simple build script, build.sh is provided in the project
25
25
root directory. This is mainly used for testing, and also builds the example program.
26
26
27
- A Visual Studio 2010 project is included for building the library (and example program) on Windows.
27
+ * A Visual Studio 2010 project is included for building the library (and example program) on Windows.
28
28
29
- Additionally, a [ CMake] ( http://www.cmake.org ) build
29
+ * Additionally, a [ CMake] ( http://www.cmake.org ) build
30
30
system is provided. This build system has been tested on Mac and Linux
31
31
using the Intel Fortran Compiler and gfortran 4.9. It has not been
32
32
tested on Windows. This CMake based build provides an install target,
You can’t perform that action at this time.
0 commit comments