elseware/README.md

18 lines
413 B
Markdown
Raw Normal View History

2019-08-24 15:32:09 -07:00
# setup
* get http://rustup.rs
2020-09-27 18:09:03 -06:00
* get nightly version `rustup install nightly`.
* set nightly `rustup override set nightly`.
2019-09-07 23:41:37 -07:00
* grab elseware
2019-08-25 04:51:44 -07:00
* `cargo test` to run tests
2019-08-28 17:46:12 -07:00
2019-09-07 23:41:37 -07:00
# development setup
grab [libpso](http://git.sharnoth.com/jake/libpso) and put
2019-09-08 22:15:41 -04:00
```
[patch."http://git.sharnoth.com/jake/libpso"]
2019-09-08 18:33:43 -07:00
libpso = { path = "path/to/libpso" }
2019-09-08 18:37:24 -07:00
```
at the end of the `Cargo.toml` file
2019-09-07 23:41:37 -07:00
2019-08-28 17:46:12 -07:00
# to actually run it
2020-09-14 22:16:54 -06:00
* `cargo run`