You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,20 @@ rustup default nightly
26
26
Build with `cargo`:
27
27
28
28
```sh
29
-
cargo build --release
29
+
cargo build --release
30
30
```
31
31
32
-
Your built executable will be located in `./target/release/aw-server-rust`
32
+
You can also build with make, which will build the web assets as well:
33
+
34
+
```
35
+
make build
36
+
```
37
+
38
+
Your built executable will be located in `./target/release/aw-server-rust`. If you want to use it with a development version of `aw-qt` you'll want to copy this binary into your `venv`:
0 commit comments