Skip to content

Commit

Permalink
Update Building_on_Linux_older.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Oct 18, 2024
1 parent 5ed62b9 commit 40e9c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Building_on_Linux_older.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ To get Sigil's Qt5 requirements, `sudo apt-get install` the following packages:
+ qttools5-dev
+ qttools5-dev-tools
+ qtwebengine5-dev
+ libqt5svg5 (needed for runtime support for icons)
+ libqt5svg5-dev (build requirement starting with Sigil v2.1.0)


The folllowing command can be copied and pasted for convenience:

`sudo apt-get install qtbase5-dev qttools5-dev qttools5-dev-tools qtwebengine5-dev libqt5svg5`
`sudo apt-get install qtbase5-dev qttools5-dev qttools5-dev-tools qtwebengine5-dev libqt5svg5-dev`

## <a name="thirdparty"/>3rd-Party Dependencies (optional step)
Sigil will provide the extra third-party libs if you do nothing, but most (if not all) of Sigil's third-party dependencies should be avialable in your software repos. If you want to make use of them, `sudo apt-get install` the following packages.
Expand Down

0 comments on commit 40e9c16

Please sign in to comment.