Skip to content

Commit

Permalink
updated Ubuntu packages required
Browse files Browse the repository at this point in the history
  • Loading branch information
mleotta committed Sep 20, 2021
1 parent 357ad6b commit 23cb12b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,15 @@ Before building on Linux systems you must install the following packages:
.. code-block :: bash
sudo apt-get install build-essential libgl1-mesa-dev libxt-dev
sudo apt-get libx11-xcb-dev libxcb1-dev libxcb-glx0-dev libxkbcommon-x11-dev
sudo apt-get install libexpat1-dev libgtk2.0-dev liblapack-dev
On Linux, to optionally build with Python and to build the user documentation,
you will also need to install the following:

.. code-block :: bash
sudo apt-get install python3-dev python3-sphinx-rtd-theme
sudo apt-get install python3-dev python3-sphinx python3-sphinx-rtd-theme
Set up the folder structure and obtain the source files. This can be done with
git or by downloading the files and extracting them. Then setup the folder(s)
Expand Down

0 comments on commit 23cb12b

Please sign in to comment.