Skip to content
Snippets Groups Projects
Verified Commit 2e18fc63 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new docs

parent 3279b08d
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2621 passed
......@@ -2,6 +2,8 @@
## Build
### Build SDL using [vcpkg](https://vcpkg.io/)
To be able to run the `cargo build` one must first install a local version of `vcpkg` using:
```bash
......@@ -10,6 +12,25 @@ cargo vcpkg build
cargo build
```
#### Build SDL in Windows
For windows the vcpk based SDL building is simpler:
```bash
cargo install cargo-vcpkg
cargo build
```
Make sure that the current Rust in use is msvc based using:
```bash
rustup default stable-msvc
```
For more information check [GitHub - Rust-SDL2/rust-sdl2](https://github.com/Rust-SDL2/rust-sdl2).
## Build binaries
Then you can use the following command to build and run Boytacean SDL:
```bash
......@@ -30,6 +51,8 @@ There are some feature flags that control the verbosity of the emulator to run i
cargo run --features debug
```
To obtain more information about the issues.
## Features
| Provider | Description |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment