Skip to content

Commit

Permalink
DOC: Add ubuntu 22.04 build instructions (#7689)
Browse files Browse the repository at this point in the history
* DOC: Add ubuntu 22.04 build instructions

With these prerequisites I could build from scratch on a freshly booted 22.04 machine running on Jetstream2.

* STYLE: Update Docs/developer_guide/build_instructions/linux.md

For readability

Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>

---------

Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
  • Loading branch information
pieper and jcfr committed Apr 12, 2024
1 parent 56f3f1b commit 3ea2b67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Docs/developer_guide/build_instructions/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ and is not compatible with the current development version of Slicer.
For more details, see the Slicer [CMakeLists.txt](https://github.com/Slicer/Slicer/blob/98c092edb8f5a274277d2e486a4f7e584f58605e/CMakeLists.txt#L3-L5) file.
:::

### Ubuntu 22.04 (Jammy Jellyfish)

Install the development tools and the support libraries:

```console
sudo apt update && sudo apt install git build-essential \
cmake cmake-curses-gui cmake-qt-gui \
qtbase5-dev qt5-qmake libqt5x11extras5-dev qtmultimedia5-dev libqt5svg5-dev qtwebengine5-dev libqt5xmlpatterns5-dev qttools5-dev qtbase5-private-dev
```

### Ubuntu 21.10 (Impish Indri)

Install the development tools and the support libraries:
Expand Down

0 comments on commit 3ea2b67

Please sign in to comment.