Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
FrankXie05 wants to merge1 commit intoBehaviorTree:master
base:master
Choose a base branch
Loading
fromFrankXie05:vcpkg-instructions

Conversation

@FrankXie05
Copy link

BehaviorTree.CPP is available as a port invcpkg, a C++ library manager that simplifies installation forBehaviorTree.CPP and 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.😊

@facontidavide
Copy link
Collaborator

I do not maintain vcpkg and I don't know who does.
Apparently the latest supported version is 4.1.1 that I DO NOT want to encourage people to use the old and buggy version.

@FrankXie05
Copy link
Author

FrankXie05 commentedSep 14, 2023
edited
Loading

@facontidavide We will maintainBehaviorTree.CPP on vcpkg, and we will perform version update maintenance.
And I will update the version.

@FrankXie05
Copy link
Author

The version on vcpkg has been update.

antonkesy reacted with thumbs up emoji

@facontidavide
Copy link
Collaborator

I bug problem I see there is this:

    -DBTCPP_GROOT_INTERFACE=OFF    -DBTCPP_SQLITE_LOGGING=OFF

I know this makes it easier, but loosing those dependency is a big deal, in my opinion.

@FrankXie05
Copy link
Author

FrankXie05 commentedSep 28, 2023
edited
Loading

I bug problem I see there is this:

    -DBTCPP_GROOT_INTERFACE=OFF    -DBTCPP_SQLITE_LOGGING=OFF

I know this makes it easier, but loosing those dependency is a big deal, in my opinion.

These dependencies are mainly used for the construction ofconan. I can solve it through patches, but this method only applies to vcpkg. I would like to ask if this method is allowed? 🫤

BTW, we may not maintain the conan problem, and my patch is just to change the dependency to vcpkg usage.

Here is the patch:
fix-conan.patch

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@antonkesyantonkesyantonkesy approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@FrankXie05@facontidavide@antonkesy

[8]ページ先頭

©2009-2025 Movatter.jp