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 - name: Run checks
run: | run: |
# add requirements # add requirements
sudo apt install portaudio19-dev sudo apt install portaudio19-dev gettext
export UNOPT=1 export UNOPT=1
./check ./check
./bundle ./bundle

View file

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