Skip to content

Commit

Permalink
Add gettext dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed Aug 26, 2024
1 parent d9f389d commit f30d403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
packages: gcc-10 clang clang-format clang-tidy cppcheck liblmdb-dev libmecab-dev libgtk-3-dev \
libx11-dev libcurl4-openssl-dev libnotify-dev libzip-dev zipcmp zipmerge ziptool libcgreen1-dev \
gperf
gperf gettext
version: 1.0

- run: gcc --version
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ First make sure, that you have all necessary dependencies installed. On a Debian

```
sudo apt-get install liblmdb-dev libmecab-dev libgtk-3-dev libx11-dev \
libcurl4-openssl-dev libnotify-dev libzip-dev zipcmp zipmerge ziptool gperf
libcurl4-openssl-dev libnotify-dev libzip-dev zipcmp zipmerge ziptool \
gperf gettext
```

Then install with:
Expand Down

0 comments on commit f30d403

Please sign in to comment.