docs: Prepare version 0.1.1 release notes
Change-Id: Ie2d8546eedfac8e9e54d1fcc68122dcc3f90b1b9
diff --git a/install.sh b/install.sh
index 3f7bb2a..8351a43 100755
--- a/install.sh
+++ b/install.sh
@@ -149,6 +149,7 @@
./waf configure
./waf
sudo ./waf install
+ sudo ldconfig
cd ../
}
@@ -158,7 +159,11 @@
$install unzip
wget http://www.cryptopp.com/cryptopp562.zip
unzip cryptopp562.zip
- make
+
+ # Uncomments flags to build shared object
+ sed -i '/^# CXXFLAGS += -fPIC/s/^# //' GNUmakefile
+
+ make static dynamic
sudo make install
cd ../
}