mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Finalizing Ubuntu installation documentation
Ready for pull request
This commit is contained in:
parent
3ce51089cd
commit
0a6d093010
|
@ -37,7 +37,7 @@ Download the zip file from https://github.com/weidai11/cryptopp/archive/master.z
|
||||||
cd ~
|
cd ~
|
||||||
unzip Downloads/cryptopp-master.zip
|
unzip Downloads/cryptopp-master.zip
|
||||||
cd cryptopp-master
|
cd cryptopp-master
|
||||||
make
|
make -j 2
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
The following steps will install the latest compiler from source
|
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
|
Download the zip file from the following repository https://github.com/libexpat/libexpat
|
||||||
```
|
```
|
||||||
cd ~
|
cd ~
|
||||||
unzip Downloads/libexpat.zip
|
unzip Downloads/libexpat-master.zip
|
||||||
cd libexpat-master/expat
|
cd libexpat-master/expat
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make -j 2
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
The following step will map the shared library names to the location of the corresponding shared library files
|
The following step will map the shared library names to the location of the corresponding shared library files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user