-
Notifications
You must be signed in to change notification settings - Fork 195
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
Update README for new CMake build system #756
Comments
Hmm I couldn't think of a good way to word this so what if we just change the code block to this?
|
What about having the first line directly invoke cmake to avoid unnecessarily building the standard simulators first? |
That gets a bit complex for a first command the user ever runs maybe...
|
The
I assume most users won’t be using the rvfi version, so not sure that this is a huge concern. Also, once we have the pre-compiled releases I think we should change this section to direct users to those and have a separate developers (or something along those lines) section that explains how to actually build the model. Most people should not need to build from source themselves. |
So this?
I'm ok with that if you guys think it is better. |
That’s what I was thinking. I think we should definitely go with one of the options discussed in this thread, and this one would be my preference to avoid redundant/unnecessary compilation, but I’d be fine with either. |
I think the README needs to be updated for the new CMake build system as says:
but this doesn't work until you've run CMake at least to get the build directory. I think the intent behind the current wording is to run the
build_simulators.sh
script first, but I don't think this is obvious enough.The text was updated successfully, but these errors were encountered: