Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
Added pkgconfig to FreeBSD dependencies. Without pkgconfg cmake will result in error
```
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
  CMakeLists.txt:167 (find_package)
```
  • Loading branch information
tortfeaser authored Oct 10, 2023
1 parent abe6dea commit ee1376c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sudo dnf install alsa-lib-devel avahi-devel gcc-c++ libatomic libvorbis-devel op
### For FreeBSD

```sh
sudo pkg install alsa-lib pulseaudio cmake gmake gcc bash avahi libogg libvorbis opus flac libsoxr
sudo pkg install alsa-lib pulseaudio cmake gmake gcc bash avahi libogg libvorbis opus flac libsoxr pkgconfig
```

### For macOS
Expand Down

0 comments on commit ee1376c

Please sign in to comment.