From e2d51e1720170ca0eb31285cb5cc3fddfab8f4d8 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 21 Nov 2023 09:22:28 +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 21baf89..081da62 100644 --- a/Building-the-source-code.md +++ b/Building-the-source-code.md @@ -1,4 +1,4 @@ 1. Clone the repository. Make sure to initialize submodules (e.g. `git clone --recurse-submodules`). -2. Acquire the library files for your target operating system and place them into `lib/oodle`. +2. Acquire the library files as per [[Obtaining the Oodle library](./Obtaining-the-Oodle-library)] for your target operating system and place them into `lib/oodle`. 3. Run `cargo build --release`. 4. Find the executables in `target/release`. \ No newline at end of file