Skip to content

Commit ce62e26

Browse files
committed
Update README.md
1 parent 4b9e306 commit ce62e26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ All functions return a deferred-length, allocatable character scalar (``characte
3030

3131
Admittedly, my knowledge of automake, autotools, etc is not strong at this time. The makefile is preconfigured to compile with GNU Fortran (gfortran) ``$FC`` and its appropriate compiler options ``$FFLAGS``. The default install path is set to ``/usr/local`` via ``$PREFIX``. To change these make variables, simply edit the makefile or set these variables on the command line prior to the make commands.
3232

33+
### Build
34+
3335
``> [FC=... FFLAGS="..." PREFIX="..."] make``
3436

35-
``> [sudo] [FC=... FFLAGS="..." PREFIX="..."] make`` **(sudo access required to install to system area)**
37+
### Install
38+
39+
``> [sudo] [FC=... FFLAGS="..." PREFIX="..."] make install`` **(sudo access required to install to system area)**
3640

3741
### Test
3842

0 commit comments

Comments
 (0)