- Notifications
You must be signed in to change notification settings - Fork778
Add vcpkg installation instructions#421
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I do not maintain vcpkg and I don't know who does. |
FrankXie05 commentedSep 14, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@facontidavide We will maintain |
The version on vcpkg has been update. |
I bug problem I see there is this: I know this makes it easier, but loosing those dependency is a big deal, in my opinion. |
FrankXie05 commentedSep 28, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
These dependencies are mainly used for the construction of BTW, we may not maintain the conan problem, and my patch is just to change the dependency to vcpkg usage. Here is the patch: |
BehaviorTree.CPPis available as a port invcpkg, a C++ library manager that simplifies installation forBehaviorTree.CPPand other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to buildBehaviorTree.CPP, 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, andhere is what the port script looks like. We try to keep the library maintained as close as possible to the original library.😊