diff --git a/Building-the-source-code.md b/Building-the-source-code.md new file mode 100644 index 0000000..21baf89 --- /dev/null +++ b/Building-the-source-code.md @@ -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`. \ No newline at end of file