@@ -363,7 +363,8 @@ or, e.g. for the MPI-version at MPS:\\ \code{module load mvapich2\_intel}.
\item run the \code{configure} script with one of the following options:
\begin{itemize}
\item create a single CPU \fortran{} binary with \dislin{} X11 support:\\\code{./configure --with-dislin[=PATH-TO-DISLIN-LIBRARIES]}\\
Note: MAC users need to specify the path to the OpenMotif libraries (i.e. the location of libXm.a) using the option \code{--with-openmotif=PATH-TO-libXm.a}.
Note 1: MAC users may need to specify the path to the OpenMotif libraries (i.e. the location of libXm.a) using the option \code{--with-openmotif=PATH-TO-libXm.a}. \\
Note 2: MAC users might have to update their command line tools and xcode. Update your xcode installation and type in a terminal: \code{xcode-select --install ; sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer ; sudo xcodebuild -license}.