elseware/README.md
jake cbe2b9a79a
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
get it working with latest rust
2021-06-17 12:06:36 -06:00

18 lines
413 B
Markdown

# setup
* get http://rustup.rs
* get nightly version `rustup install nightly`.
* set nightly `rustup override set nightly`.
* grab elseware
* `cargo test` to run tests
# development setup
grab [libpso](http://git.sharnoth.com/jake/libpso) and put
```
[patch."http://git.sharnoth.com/jake/libpso"]
libpso = { path = "path/to/libpso" }
```
at the end of the `Cargo.toml` file
# to actually run it
* `cargo run`