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
Currently, several ways are provided to build the jsonfortran library
23
23
(libjsonfortran).
24
24
25
-
* A build script, build.sh is provided in the project root directory. This script uses [FoBiS](https://github.com/szaghi/FoBiS) to build the json-fortran library and the example program. Edit the script to use either the Intel compiler or gfortran.
25
+
* A build script, `build.sh` is provided in the project root directory. This script uses [FoBiS](https://github.com/szaghi/FoBiS) to build the json-fortran library and the example program. Edit the script to use either the Intel compiler or gfortran.
26
26
27
27
* A Visual Studio 2010 project is included for building the library (and example program) on Windows with the Intel compiler.
0 commit comments