elseware/README.md
andy 9b3d8dce26 Update libpso link
Updated the link of the libpso repo from github to sharnoth
2019-09-10 18:22:07 -04:00

18 lines
411 B
Markdown

# setup
* get http://rustup.rs
* get the latest nightly `rustup default 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 --bin patch` and `cargo run --bin login`