-
Notifications
You must be signed in to change notification settings - Fork 122
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
[docs] Improve docs for Windows initial setup #1451
base: dev
Are you sure you want to change the base?
Conversation
libos = catnap
|
libos = catpowder
|
libos = catnip
|
71d10a4
to
6a97cda
Compare
libos = catpowder
|
libos = catnip
|
libos = catpowder
|
libos = catnip
|
6a97cda
to
9f65084
Compare
@@ -79,3 +79,5 @@ nmake all | |||
# Build Demikernel in debug mode with the default configuration. | |||
nmake DEBUG=yes all | |||
``` | |||
|
|||
Alternatively, you can also run `cargo build` in the root directory. (after which you may run `cargo build --examples` to build examples) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any particular reason to use cargo
commands directly to build? It would be good to just limit the interface to build using the nmake
command, so that we have the room to change the behavior at a later point. If there's a need to use this command particularly, we should document it here.
@liu-weipeng please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
No description provided.