You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
413 B

5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
  1. # setup
  2. * get http://rustup.rs
  3. * get nightly version `rustup install nightly`.
  4. * set nightly `rustup override set nightly`.
  5. * grab elseware
  6. * `cargo test` to run tests
  7. # development setup
  8. grab [libpso](http://git.sharnoth.com/jake/libpso) and put
  9. ```
  10. [patch."http://git.sharnoth.com/jake/libpso"]
  11. libpso = { path = "path/to/libpso" }
  12. ```
  13. at the end of the `Cargo.toml` file
  14. # to actually run it
  15. * `cargo run`