mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
minor edits to INSTALL
This commit is contained in:
parent
41f191453f
commit
985abaf400
4
INSTALL
4
INSTALL
@ -46,7 +46,7 @@ without STL (also default). Full instructions for compilation can be found in:
|
||||
Compiling and installing Audacity:
|
||||
|
||||
As there have been fixes to several of the included libraries, compiling with
|
||||
the included ('local') libraries is recommended, This also reduces the number of
|
||||
the included ('local') libraries is recommended. This also reduces the number of
|
||||
dependencies that need to be installed. One common exception to this is the optional
|
||||
FFmpeg library (see below)
|
||||
|
||||
@ -61,7 +61,7 @@ Run the configure command with your preferred options, then 'make'
|
||||
../configure -with-lib-preference="local system"
|
||||
make
|
||||
|
||||
On a multi-core system, build time can be considerably reduce by setting the -j (jobs)
|
||||
On a multi-core system, build time can be considerably reduced by setting the -j (jobs)
|
||||
switch equal to the number of cores. For example, on a quad core processor:
|
||||
make -j4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user