Skip to content

Commit

Permalink
Adds libreadline-dev to the README and the Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgoodspeed committed Mar 9, 2025
1 parent f5dc7a0 commit 2d68fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install make gcc g++ cmake git
sudo apt-get install make gcc g++ cmake git libreadline-dev
- name: Install Qt (Others)
uses: jurplel/install-qt-action@v3
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ the QtCharts extension.
Building the tool is easiest from the CLI. In Debian Bullseye (11.x),
```
% sudo apt install make gcc g++ cmake git qt6-base-dev libqt6charts6-dev \
qt6-translations-l10n linguist-qt6 qt6-l10n-tools qt6-tools-\* qt6-image-formats-plugins
qt6-translations-l10n linguist-qt6 qt6-l10n-tools qt6-tools-\* qt6-image-formats-plugins \
libreadline-dev
% git clone https://github.com/travisgoodspeed/maskromtool/
...
% cd maskromtool
Expand Down

0 comments on commit 2d68fc7

Please sign in to comment.