Skip to content

Commit

Permalink
Note the CMake 3.15+ requirement and apt install tip
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 15, 2024
1 parent 6b8d000 commit e79ec86
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,15 @@ Command:
* Qt5 v5.4+[^minQt5] or Qt6 v6.2+[^minQt6]
* a Qt-supported platform, such as Linux, macOS or Windows
* a [Pokit][] device, such as a [Pokit Meter][] or [Pokit Pro][]
* [CMake][] (for building Dokit itself) 3.8+
* some unit tests won't be built unless using CMake 3.12 or later.
* [CMake][] (for building Dokit itself) 3.15+

> [!TIP]
> To install all dependencies on modern Ubuntu releases:
> * `sudo apt install cmake doxygen lcov`
>
> and then either:
> * Qt5: `sudo apt install qtbase5{,-doc}-dev qtconnectivity5-{dev,doc-html} qttools5-dev{,-tools}`
> * Qt6: `sudo apt install qt6-{base-{dev{,-tools},doc-dev},connectivity-{dev,doc-html},l10n-tools,tools-dev{,-tools}}`
## Building from Source

Expand Down

0 comments on commit e79ec86

Please sign in to comment.