From 57467720ebe04fbff0e4b878236928471b683c1b Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 28 Nov 2023 13:16:18 +0100 Subject: [PATCH] Update Building the source code --- Building-the-source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-the-source-code.md b/Building-the-source-code.md index 6f5ce2c..02b6e5b 100644 --- a/Building-the-source-code.md +++ b/Building-the-source-code.md @@ -3,7 +3,7 @@ The Docker images set up all the requirements and dependencies for both the native Linux build, and the cross-platform Windows build. 1. Clone the repository. Make sure to initialize submodules (e.g. `git clone --recurse-submodules`). -2. Place the Oodle library files into `lib/oodle`. See the linked page above for how to acquire them. +2. Place the Oodle library files into `lib/oodle`. See [Obtaining-the-Oodle-library](Obtaining-the-Oodle-library) for how to acquire them. 3. Build the Linux image, which also serves as base for the cross-platform Windows image: `docker build -t dtmt-ci-base-linux -f .ci/image/Dockerfile.linux .ci/image` 4. (Optional) Build the Windows image: `docker build -t dtmt-ci-base-msvc -f .ci/image/Dockerfile.msvc .ci/image` 5. Run the build command: