Skip to content

Commit dd09cfc

Browse files
committed
update README.md
1 parent b77e368 commit dd09cfc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ Lightning fast Rust rewrite of https://github.com/Failzuma/JustAsPlanned (yes, 9
1010
5. Put `GameAssembly_patched.dll` to your Muse Dash directory and rename it to `GameAssembly.dll`
1111

1212
also please star me and author of original thing, thanks :)
13+
14+
# Building
15+
I'm using Linux (NixOS btw), so I don't know how to build on Windows, probably just run `cargo build --release`? Idk.
16+
17+
From Linux to Linux: `cargo build --release`, then just look for `just_as_planned` in `target/release`
18+
From Linux to Windows: `cargo install cargo-xwin; rustup target add x86_64-pc-windows-msvc; cargo xwin build --release --target x86_64-pc-windows-msvc`, then just look for `just_as_planned.exe` in `target/x86_64-pc-windows-msvc/release/just_as_planned.exe`
19+
20+
# To do
21+
1. Nix flake
22+
2. Patching macOS version of the game

0 commit comments

Comments
 (0)