Finalizing Ubuntu installation documentation

Ready for pull request
This commit is contained in:
Timothy McCallum 2017-05-01 07:49:59 +10:00 committed by GitHub
parent 3ce51089cd
commit 0a6d093010

View File

@ -37,7 +37,7 @@ Download the zip file from https://github.com/weidai11/cryptopp/archive/master.z
cd ~
unzip Downloads/cryptopp-master.zip
cd cryptopp-master
make
make -j 2
sudo make install
```
The following steps will install the latest compiler from source
@ -66,10 +66,10 @@ The following steps will install the libexpat library
Download the zip file from the following repository https://github.com/libexpat/libexpat
```
cd ~
unzip Downloads/libexpat.zip
unzip Downloads/libexpat-master.zip
cd libexpat-master/expat
cmake .
make
make -j 2
sudo make install
```
The following step will map the shared library names to the location of the corresponding shared library files