From d6bd012bab5f2e10e6543704def608c2e2f7427a Mon Sep 17 00:00:00 2001 From: Trevor Hardy Date: Fri, 15 Jul 2016 08:53:32 -0700 Subject: [PATCH] Update README.md - Updated NS-3 version references to 3.24. - Updated link to FNCS repository from GridOptics to FNCS. - Changed GLD guild instructions to "autoreconf -if" (rather than "-fi", apparently this causes problems?) --- demo-gld-ns3/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/demo-gld-ns3/README.md b/demo-gld-ns3/README.md index 7018772..af6117b 100644 --- a/demo-gld-ns3/README.md +++ b/demo-gld-ns3/README.md @@ -156,7 +156,7 @@ Get the FNCS2 software and install it using the following steps: cd $HOME # download FNCS2 -git clone https://github.com/GridOPTICS/FNCS2 +git clone https://github.com/FNCS/fncs # change to FNCS2 directory cd FNCS2 @@ -227,7 +227,7 @@ cd gridlab-d-797 # autoconf 2.63 # automake 1.11 # libtool 2.2.6b -autoreconf -fi +autoreconf -if # configure, make, and make install ./configure --prefix=$FNCS2_INSTALL --with-xerces=$FNCS2_INSTALL --with-fncs=$FNCS2_INSTALL @@ -258,14 +258,14 @@ steps: cd $HOME # download our FNCS2 version of ns-3 -git clone https://github.com/GridOPTICS/FNCS2-ns-allinone-3.22 +git clone https://github.com/FNCS/ns-3.24 # change to FNCS2-ns-allinone-3.22 directory -cd FNCS2-ns-allinone-3.22 +cd FNCS2-ns-allinone-3.24 # the "allinone" package contains ns-3 utilities we do not use; -# we begin our install from the ns-3.22 directory -cd ns-3.22 +# we begin our install from the ns-3.24 directory +cd ns-3.24 # the ns-3 install typically uses the compiler flag for # warnings-as-errors which often broke our ability to build and install