2
8
Fork
You've already forked Chipmunk2D
3

Add vcpkg installation instructions #190

Open
LilyWangL wants to merge 1 commit from LilyWangL/vcpkg-instructions into master
pull from: LilyWangL/vcpkg-instructions
merge into: slembcke:master
slembcke:master
slembcke:6.2.x
slembcke:glfw3
slembcke:cpp
slembcke:GL3
slembcke:GLFW-refactor
slembcke:custom-contact
slembcke:UnityTemp
slembcke:6.1.x
slembcke:speculative
slembcke:surfacev
LilyWangL commented 2020年02月28日 04:58:54 +01:00 (Migrated from github.com)
Copy link

Chipmunk2d is available as a port in vcpkg, a C++ library manager that simplifies installation for chipmunk2d and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build chipmunk2d, 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, UWP, ARM) 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.

Chipmunk2d is available as a port in vcpkg, a C++ library manager that simplifies installation for chipmunk2d and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build chipmunk2d, 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, UWP, ARM) 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.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin LilyWangL/vcpkg-instructions:LilyWangL/vcpkg-instructions
git switch LilyWangL/vcpkg-instructions

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff LilyWangL/vcpkg-instructions
git switch LilyWangL/vcpkg-instructions
git rebase master
git switch master
git merge --ff-only LilyWangL/vcpkg-instructions
git switch LilyWangL/vcpkg-instructions
git rebase master
git switch master
git merge --no-ff LilyWangL/vcpkg-instructions
git switch master
git merge --squash LilyWangL/vcpkg-instructions
git switch master
git merge --ff-only LilyWangL/vcpkg-instructions
git switch master
git merge LilyWangL/vcpkg-instructions
git push origin master
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
slembcke/Chipmunk2D!190
Reference in a new issue
slembcke/Chipmunk2D
No description provided.
Delete branch "LilyWangL/vcpkg-instructions"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?