From 7dcc3db06b6e7561e88d3b2b3cd466b398f0e4f8 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 28 Nov 2023 11:58:41 +0100 Subject: [PATCH] Update Building the source code --- Building-the-source-code.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Building-the-source-code.md b/Building-the-source-code.md index 081da62..29f8691 100644 --- a/Building-the-source-code.md +++ b/Building-the-source-code.md @@ -1,3 +1,11 @@ +## Prerequisites + +* [Rust](https://www.rust-lang.org/tools/install) +* [Git](https://git-scm.com/) +* [CMake](https://cmake.org/) + +## Build + 1. Clone the repository. Make sure to initialize submodules (e.g. `git clone --recurse-submodules`). 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`.