Skip to content

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

Merged

Conversation

kaspervandenberg
Copy link

  • Additions that show how to use cpp-netlib as a dependency from a CMake project.
  • Moved part of note about about generated static libraries from Windows build section to Linux section. The Linux section contains the part of the note about the static libraries generated by gcc; the Windows section contains the part of the note about the static libraries generated by Visual Studio.
  • NOT included in PR: html documents that sphinx generates.

-- Kasper van den Berg

- 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
Copy link
Member

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?

@ghost ghost assigned deanberris Dec 3, 2013
@deanberris
Copy link
Member

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.
@deanberris
Copy link
Member

LGTM -- thanks @kaspervandenberg !

deanberris added a commit that referenced this pull request Dec 5, 2013
@deanberris deanberris merged commit 03e6e13 into cpp-netlib:0.11-devel Dec 5, 2013
@kaspervandenberg kaspervandenberg deleted the 0.11-devel-integration branch December 11, 2013 15:38
leecoder pushed a commit to leecoder/cpp-netlib that referenced this pull request Apr 14, 2015
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

Successfully merging this pull request may close these issues.

3 participants