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:
parent
e0c5447ca5
commit
001fac3beb
10
BUILDING.md
10
BUILDING.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user