Update Building the source code

Lucas Schwiderski 2023-11-21 09:22:28 +01:00
parent 92ae49c996
commit e2d51e1720

@ -1,4 +1,4 @@
1. Clone the repository. Make sure to initialize submodules (e.g. `git clone --recurse-submodules`). 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`. 3. Run `cargo build --release`.
4. Find the executables in `target/release`. 4. Find the executables in `target/release`.