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.

16 lines
509 B

4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
  1. # setup
  2. * get http://rustup.rs
  3. * get a specific nightly version `rustup override set nightly-2020-02-27`. for some reason newer versions give internal compiler errors and I'm not sure if it is my fault or the compilers.
  4. * grab elseware
  5. * `cargo test` to run tests
  6. # development setup
  7. grab [libpso](http://git.sharnoth.com/jake/libpso) and put
  8. ```
  9. [patch."http://git.sharnoth.com/jake/libpso"]
  10. libpso = { path = "path/to/libpso" }
  11. ```
  12. at the end of the `Cargo.toml` file
  13. # to actually run it
  14. * `cargo run`