Skip to content

Commit b67c738

Browse files
committed
updated readme.
1 parent 7c77a65 commit b67c738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently, this module can be used to generate simple x-y plots from Fortran. E
1111
The way it works is simply to generate a Python script with the plotting code, which
1212
is then executed from the command line using the Fortran ```execute_command_line``` function.
1313

14-
The module requires a modern Fortran compiler (it uses various Fortran 2003/2008 features such as deferred-length strings). It should work fine with the latest gfortran and ifort compilers.
14+
The module requires a modern Fortran compiler (it uses various Fortran 2003/2008 features such as deferred-length strings). It should work fine with the latest gfortran or ifort compilers. A simple script ```build.sh``` is provided for building the library and test program (requires gfortran and [FoBiS](https://github.com/szaghi/FoBiS)). It will also build the HTML documentation if [ROBODoc](https://github.com/gumpu/ROBODoc) is installed.
1515

1616
Example
1717
---------------

0 commit comments

Comments
 (0)