-
Hello! Tried compiling on Windows following the guide at https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html, but running
Building |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Right now no branch is fully usable, as we are preparing to push our changes to Rust’s master branch (which would make building much easier). Still, if you want to try Since neither our
We are getting there though, so check out our progress 😃 |
Beta Was this translation helpful? Give feedback.
Right now no branch is fully usable, as we are preparing to push our changes to Rust’s master branch (which would make building much easier).
Still, if you want to try
horizon-std
with the examples we have in ctru-rs you will need to install the full3ds-dev
module fromdevkitPRO
’s toolchain and build the stage2 rustc compiler (fromrust-horizon
). At that point you should add therustc
keyword (under the[build]
category) in the.cargo/config.toml
file and set it to the customrustc
you just built. Then you can use our cargo-3ds tool like a normal cargo tool and you are good to go.Since neither our
std
, norcargo-3ds
, norctru-rs
are released, the process is very cumbersome and requires …