add missing gettext dependency

This commit is contained in:
Damien Elmes 2020-01-02 20:52:12 +10:00
parent 20a1f8a0a4
commit 1d361f5fe4
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Run checks
run: |
# add requirements
sudo apt install portaudio19-dev
sudo apt install portaudio19-dev gettext
export UNOPT=1
./check
./bundle

View file

@ -20,6 +20,7 @@ To start, make sure you have the following installed:
- GNU make
- protoc v3 (https://github.com/protocolbuffers/protobuf/releases)
- rustup (https://rustup.rs/)
- gettext
The build scripts assume a UNIX-like environment, so on Windows you will
need to use WSL or Cygwin to use them.