diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-10-27 23:32:03 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-10-27 23:32:03 -0700 |
commit | adf41d8d3dcbc21806475bc652d560c7483fbcfb (patch) | |
tree | f26d09bcd532ff61acc0758839292f1c885ea6f1 | |
parent | a3a84106dfa5a3bedb9b01ef0cfd1b4a198926c8 (diff) | |
download | modelthing-adf41d8d3dcbc21806475bc652d560c7483fbcfb.tar.gz modelthing-adf41d8d3dcbc21806475bc652d560c7483fbcfb.zip |
basic build directions
-rw-r--r-- | README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -32,3 +32,14 @@ automated tooling to cross-check for compatibility. *Does it work?* there's no "here" here, yet, just some sketches and experiments. + + +Building and Installing +--------------------------- +modelthing is currently implemented in the Rust programming language. If you +don't have a toolchain installed, I recommend using rustup +(https://www.rustup.rs/). modelthing should work with stable rust circa 2016. + +With a toolchain installed just run: + + cargo build |