Skip to content

Commit

Permalink
add pkg-config dep (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleflb authored Nov 27, 2024
1 parent b7e6a1c commit 7e43cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/development_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Use your distribution's package manager to install the following dependencies:
=== "Ubuntu"

```sh
sudo apt install git git-lfs clang cmake python3 zstd xz-utils file rsync libasound2-dev libopusfile-dev libhdf5-dev libsystemd-dev libluajit-5.1-dev
sudo apt install git git-lfs clang cmake python3 zstd xz-utils file rsync libasound2-dev libopusfile-dev libhdf5-dev libsystemd-dev libluajit-5.1-dev pkg-config
```

If you are using a non-linux operating system (e.g. macOS or Windows), you additionally have to install [docker](https://docs.docker.com/engine/install/).
Expand Down

0 comments on commit 7e43cb4

Please sign in to comment.