From b111ac4e253e37177faad4a662bf720afb67f2c4 Mon Sep 17 00:00:00 2001 From: zeGolem <40790374+zeGolem@users.noreply.github.com> Date: Sun, 4 Jul 2021 15:50:11 +0200 Subject: [PATCH] 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. --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 62f6a0d62..19a0bf613 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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: