Update Building the source code
parent
9336e82a6a
commit
7dcc3db06b
1 changed files with 8 additions and 0 deletions
|
@ -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`).
|
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`.
|
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`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue