mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
BUILDING: No longer link to the original repo
As to avoid confusion for people who want to try this out, all the `git clone`s point to the modified version's repo.
This commit is contained in:
parent
a728897ddd
commit
b111ac4e25
@ -63,7 +63,7 @@ $ sudo apt-get install libgtk2.0-dev libasound2-dev libavformat-dev libjack-jack
|
||||
For example, in the **git-bash** run:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/audacity/audacity/
|
||||
$ git clone https://github.com/cookiengineer/audacity/
|
||||
```
|
||||
|
||||
2. Open CMake GUI.
|
||||
@ -91,7 +91,7 @@ Generally, steps 1-5 are only needed the first-time you configure. Then, after y
|
||||
1. Clone Audacity from the Audacity GitHub project.
|
||||
|
||||
```
|
||||
$ git clone https://github.com/audacity/audacity/
|
||||
$ git clone https://github.com/cookiengineer/audacity/
|
||||
```
|
||||
|
||||
2. Configure Audacity using CMake:
|
||||
@ -121,7 +121,7 @@ cmake -GXCode -T buildsystem=1 -Daudacity_use_mad="off" -Daudacity_use_id3tag=of
|
||||
1. Clone Audacity from the Audacity GitHub project.
|
||||
|
||||
```
|
||||
$ git clone https://github.com/audacity/audacity/
|
||||
$ git clone https://github.com/cookiengineer/audacity/
|
||||
```
|
||||
|
||||
2. Configure Audacity using CMake:
|
||||
|
Loading…
x
Reference in New Issue
Block a user