-
Notifications
You must be signed in to change notification settings - Fork 599
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
Add vcpkg installation instructions #377
Conversation
Error form
It looks like the reason for the failure is that the |
Yes, looks like #376 will need to be merged for CI succeed. |
PR #376 has been merged, reopen PR to rerun CI tests |
@strasdat This PR is ready for review. |
@FrankXie05, sorry it has been some time, and I just pushed a larger update (#538). If you are still interested, I'd be happy to coordinate... |
@strasdat Need me to do something? :) |
@FrankXie05 thanks for the PR! I think I'm a little confused since I would have expected a vcpk.json in the root of the Sophus repository. Maybe it got deleted at some point... Nevertheless, I tried out the instructions against the current port versions and they worked. Hence I will rebase your change and get the instructions in. I'll open an issue/PR against vcpkg later to update the version. |
Sophus
is available as a port in vcpkg, a C++ library manager that simplifies installation forSophus
and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to buildSophus
, ready to be included in their projects.We also test whether our library ports build in various configurations (dynamic, static) on various platforms (OSX, Linux, Windows: x86, x64) to keep a wide coverage for users.
I'm a maintainer for vcpkg, and here is what the port script looks like. We try to keep the library maintained as close as possible to the original library. 😊