-
Notifications
You must be signed in to change notification settings - Fork 95
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
Documentation incomplete #4
Comments
Thanks for the feedback, I'll address it soon. If you know of any reasonably complete yet succinct reference for cmake, linking to it from the docs would probably be quite useful |
The current state of the documentation seems to reflect all the issues that you pointed out (f7c5329). Thanks again 🎅 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs do not mention the cmocka dependency in the Building & Installing Prerequisites.
Also for cmake-newbies like me it would be nice to clarify the '# Assuming you are in the directory where you want to build' comment. I did not know where I wanted to build.. Turns out cmake expects you to create a build directory, and then run:
Just trying to smoothen the onboarding here ;-)
PS: I also added -DCMAKE_INSTALL_PREFIX:PATH=$HOME to the cmake commandline, since I don't want to actually install each library I try out. You may want to clarify that root permissions are not really required for installation.
The text was updated successfully, but these errors were encountered: