Add Building the source code
parent
66937b2c89
commit
8bb80a46ff
1 changed files with 4 additions and 0 deletions
4
Building-the-source-code.md
Normal file
4
Building-the-source-code.md
Normal file
|
@ -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`.
|
Loading…
Add table
Reference in a new issue