Skip to content
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

Doc: document the usage scenario with build->install->find_package() #9

Open
abdes opened this issue Aug 26, 2022 · 0 comments
Open
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@abdes
Copy link
Owner

abdes commented Aug 26, 2022

Add a scenario to the README file documenting how the project can help people use crypto++ via the following steps:

  • clone cryptopp-cmake
  • build
  • install
  • in the consuming project
find_package(cryptopp REQUIRED)

# compile and link a test program using crypto++
add_executable(myapp main.cpp)
target_link_libraries(myapp cryptopp::cryptopp)

Documentation should include all the commands used at each step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant