Add Building the source code

Lucas Schwiderski 2023-11-20 09:07:22 +01:00
parent 66937b2c89
commit 8bb80a46ff

@ -0,0 +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`.
3. Run `cargo build --release`.
4. Find the executables in `target/release`.