Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile #6

Closed
jdolitsky opened this issue Mar 20, 2019 · 2 comments
Closed

Add Makefile #6

jdolitsky opened this issue Mar 20, 2019 · 2 comments

Comments

@jdolitsky
Copy link

I don't know much about rust, how do I build this thang?

@jlegrone
Copy link
Member

  1. Install rust tooling: https://doc.rust-lang.org/cargo/getting-started/installation.html
  2. Clone repo and cargo build/cargo test: https://doc.rust-lang.org/cargo/guide/working-on-an-existing-project.html

cargo doc --open is also super useful. 😄

@radu-matei
Copy link
Member

While most Rust projects seem to use Cargo to build and test, without going through a Makefile first, this should probably at least be documented.

Closing this issue, but opened #17 to track the documentation aspect - feel free to reopen if you think we should really add a Makefile.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants