diff options
-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 |