Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
2e18fc63
Verified
Commit
2e18fc63
authored
1 year ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
feat: new docs
parent
3279b08d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!16
Support for Game Boy Color (CGB) 😎🖍️
Pipeline
#2621
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontends/sdl/README.md
+23
-0
23 additions, 0 deletions
frontends/sdl/README.md
with
23 additions
and
0 deletions
frontends/sdl/README.md
+
23
−
0
View file @
2e18fc63
...
...
@@ -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 |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment