We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576d240 commit b1975c5Copy full SHA for b1975c5
examples/doom/README.md
@@ -14,8 +14,24 @@ cargo run --release --no-default-features
14
15
## Running on macOS
16
17
+Install the correct target:
18
+
19
+```bash
20
+rustup target add x86_64-apple-darwin
21
+```
22
23
+Install `SDL` dependencies:
24
25
26
+brew install SDL2
27
+brew install SDL2_ttf
28
+brew install SDL2_image
29
```
-LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib" POLKAVM_ALLOW_INSECURE=1 POLKAVM_SANDBOX=generic POLKAVM_BACKEND=compiler cargo run --target=x86_64-apple-darwin --release
30
31
+Run the game:
32
33
34
+cargo run --target=x86_64-apple-darwin --release
35
36
37
## Running on other operating systems
0 commit comments