summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgrdowns <grdowns@microsoft.com>2019-09-27 01:08:15 -0700
committergrdowns <grdowns@microsoft.com>2019-09-27 01:08:15 -0700
commite7cf32acfdc2fa6e689ffffe776b68a231fb71e9 (patch)
treef411788ff08b2d524667f24c780b7a99b03eabba /README.md
parent65af42d1ce4afb0ee3123bef49f4b7b661a661c3 (diff)
downloadbullet3-e7cf32acfdc2fa6e689ffffe776b68a231fb71e9.tar.gz
Add vcpkg installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 35681bd78..e84da725f 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,18 @@ track down the issue, but more work is required to cover all OpenCL kernels.
All source code files are licensed under the permissive zlib license
(http://opensource.org/licenses/Zlib) unless marked differently in a particular folder/file.
+## Build instructions for Bullet using vcpkg
+
+You can download and install Bullet using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
+
+ git clone https://github.com/Microsoft/vcpkg.git
+ cd vcpkg
+ ./bootstrap-vcpkg.sh
+ ./vcpkg integrate install
+ vcpkg install bullet3
+
+The Bullet port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
+
## Build instructions for Bullet using premake. You can also use cmake instead.
**Windows**