-
Notifications
You must be signed in to change notification settings - Fork 425
Getting started documentation #340
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
Getting started documentation #340
Conversation
- Some Linux users might skip the Windows build section and thus miss the note about the static libraries. Therefore, copy the note about the static libraries to the Linux build section.
- Now that the Linux section contains a note about the generated static libraries, in the Windows section the part of the note, about which libraries are generated under Linux, is redundant. Therefore, remove it.
- Forgot to copy this part of the note in commit #6abffd6.
- Add make install command - Add section about how to use cpp-netlib from a CMakeLists.txt.
@@ -159,6 +159,21 @@ Once the build has completed, you can now run the test suite by issuing:: | |||
|
|||
$ make test | |||
|
|||
You can install :mod:`cpp-netlib` by issueing *as root*:: | |||
|
|||
$ make install |
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.
Can you instead say 'sudo make install' here?
Thanks @kaspervandenberg -- this is very well written! Just a few comments that hopefully you can address too so we can merge it in. It would also be good once you've made the changes to also do a PR of the generated Sphinx docs. |
- Notes use three spacesr; - Code (libraries) within notes uses six spaces; and - No tabs.
LGTM -- thanks @kaspervandenberg ! |
Getting started documentation
…tegration Getting started documentation
-- Kasper van den Berg