mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
add missing gettext dependency
This commit is contained in:
parent
20a1f8a0a4
commit
1d361f5fe4
2 changed files with 2 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue