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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ All functions return a deferred-length, allocatable character scalar (``characte
31
31
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.
32
32
33
33
``> [FC=... FFLAGS="..." PREFIX="..."] make``
34
+
34
35
``> [sudo] [FC=... FFLAGS="..." PREFIX="..."] make``**(sudo access required to install to system area)**
0 commit comments