Skip to content

Commit

Permalink
Fixing errors in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 25, 2023
1 parent 9c1c19f commit fd7c4a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gaussian .cube files as well as its own .d2o format.
Getting the dependencies
```
sudo apt install build-essential cmake libtclap-dev libboost-all-dev libopenvdb-dev libtbb-dev \
pkg-config libcppunit-dev libeigen3-dev liblzma-dev zlib1g-dev
pkg-config libcppunit-dev libeigen3-dev liblzma-dev zlib1g-dev libbz2-dev libssl-dev
```

To compile, run the following commands:
Expand Down
4 changes: 3 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ libraries are available to you:
* `GZIP <https://www.gnu.org/software/gzip/>`_ (gzip data compression)
* `LZMA <https://7-zip.org/>`_ (lzma data compression)
* `CPPUnit <https://sourceforge.net/projects/cppunit/>`_ (unit testing)
* `OpenSSL <https://www.openssl.org/>`_ (unit testing; MD5 checksums)

.. note::
* The instructions covered in this guide assume you are running a
Expand All @@ -32,7 +33,8 @@ libraries are available to you:
To ensure that all the packages are installed, one can run the following::

sudo apt install build-essential cmake libtclap-dev libboost-all-dev \
pkg-config libcppunit-dev libeigen3-dev liblzma-dev zlib1g-dev libbz2-dev
pkg-config libcppunit-dev libeigen3-dev liblzma-dev zlib1g-dev libbz2-dev \
libssl-dev

Standard compilation
--------------------
Expand Down

0 comments on commit fd7c4a8

Please sign in to comment.