1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +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:
zeGolem 2021-07-04 15:50:11 +02:00 committed by GitHub
parent a728897ddd
commit b111ac4e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ $ sudo apt-get install libgtk2.0-dev libasound2-dev libavformat-dev libjack-jack
For example, in the **git-bash** run: 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. 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. 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: 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. 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: 2. Configure Audacity using CMake: