Skip to content

Commit

Permalink
STYLE: Update Docs/developer_guide/build_instructions/linux.md
Browse files Browse the repository at this point in the history
For readability

Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
  • Loading branch information
pieper and jcfr committed Apr 12, 2024
1 parent 359a856 commit b0d008e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Docs/developer_guide/build_instructions/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ The CMake version currently included in Debian 12 Bookworm (Stable) is not compa
For more details, see the Slicer [CMakeLists.txt](https://github.com/Slicer/Slicer/blob/98c092edb8f5a274277d2e486a4f7e584f58605e/CMakeLists.txt#L3-L5) file. On Debian 12 Bookworm (Stable), you will need to upgrade CMake manually by downloading CMake 3.25.3 or higher from the [CMake website](https://cmake.org/download/) and following the CMake installation instructions.
:::


### Ubuntu 23.04 (Lunar Lobster)

Install the development tools and the support libraries:
Expand All @@ -72,8 +71,13 @@ For more details, see the Slicer [CMakeLists.txt](https://github.com/Slicer/Slic

### Ubuntu 22.04 (Jammy Jellyfish)

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
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)

Expand Down

0 comments on commit b0d008e

Please sign in to comment.