1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-10 14:11:16 +02:00

BUILDING.md: Add FreeBSD install instructions

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff 2021-08-30 15:21:15 +03:00
parent e0c5447ca5
commit 001fac3beb
No known key found for this signature in database
GPG Key ID: 0E0ACA5D1C244E1F

View File

@ -142,6 +142,16 @@ sudo apk add gtk+3.0-dev zlib-dev libpng-dev tiff-dev libjpeg-turbo-dev expat-de
TODO: add portsmf and libsbsms to this package list when aports are accepted.
#### FreeBSD
wxWidgets 3.1.5 is packaged in FreeBSD's repositories. Install it and the rest
of Tenacity's dependencies:
```
sudo pkg install wx31-gtk3 cmake ninja pkgconf lame libsndfile libsoxr portaudio lv2 lilv suil vamp-plugin-sdk portmidi libid3tag twolame libmad soundtouch ffmpeg
```
#### vcpkg on Linux
Optionally, you can build dependencies from source using vcpkg, with the