mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Merge pull request #249 from tenacityteam/imachug-patch-1
Fix wording in 'Building using system libraries'
This commit is contained in:
commit
2aea86eb93
@ -167,8 +167,9 @@ You can use `cmake -LH` to get a list of the options available (or use CMake GUI
|
|||||||
|
|
||||||
On Linux it is possible to build Tenacity using (almost) only the libraries provided by the package manager. Please, see the list of required libraries [here](linux/required_libraries.md).
|
On Linux it is possible to build Tenacity using (almost) only the libraries provided by the package manager. Please, see the list of required libraries [here](linux/required_libraries.md).
|
||||||
|
|
||||||
|
Follow the steps from [Linux & Other OS](#linux--other-os) section but run CMake with the following arguments:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mkdir build && cd build
|
|
||||||
$ cmake -G "Unix Makefiles" \
|
$ cmake -G "Unix Makefiles" \
|
||||||
-Duse_ffmpeg=loaded \
|
-Duse_ffmpeg=loaded \
|
||||||
-Dlib_preference=system \
|
-Dlib_preference=system \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user