From 59d256b1fb94c00b74e5360b3a9650fa8f8d7b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ufuk=20Turun=C3=A7o=C4=9Flu?= Date: Fri, 20 Apr 2018 11:08:19 +0300 Subject: [PATCH] (regesm) : minor fix in documentation --- docs/03_Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/03_Installation.md b/docs/03_Installation.md index babffcb..1cffc11 100644 --- a/docs/03_Installation.md +++ b/docs/03_Installation.md @@ -352,6 +352,7 @@ To install RegESM with four component (ATM, OCN, RTM and WAV): cd $ESM_SRC git clone https://github.com/uturuncoglu/RegESM.git cd RegESM +./bootstrap.sh ./configure --prefix=$ESM_SRC/RegESM --with-atm=$ATM_SRC --with-ocn=$OCN_SRC/Build --with-rtm=$RTM_SRC –with-wav=$WAV_SRC/obj CC=icc FC=ifort make make install