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

Instructions to build the examples #107

Open
bibhas2 opened this issue Nov 2, 2020 · 2 comments
Open

Instructions to build the examples #107

bibhas2 opened this issue Nov 2, 2020 · 2 comments

Comments

@bibhas2
Copy link

bibhas2 commented Nov 2, 2020

Please add instructions in README.md on how to build the examples. I ran cargo build from the root folder of the project but the examples didn't seem to get created.

@duffrecords
Copy link

You need to include the optional --example parameter with the name of the example to build. This is a standard feature of Cargo. For instance, to build and run basic.rs:

cargo run --example basic

@caquillo07
Copy link

If on linux, make sure you have clang installed. This instructions should help

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