aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonLiu1993 <[email protected]>2022-09-14 16:34:15 +0800
committerGitHub <[email protected]>2022-09-14 01:34:15 -0700
commit00bce1fba480a183ac72a9934466403da097d5ba (patch)
treeace045baca3b2c81f305b68684c3d4bff7935026
parent090cf39b17c633586339efa7b8691788563c4fe2 (diff)
Add vcpkg installation instructions (#768)
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c9d3027..e39e55e5 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,19 @@ were detected (if your target system uses them). For Windows, make sure
DirectSound was detected.
+Building openal-soft - Using vcpkg
+----------------------------------
+
+You can download and install openal-soft 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 openal-soft
+
+The openal-soft 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.
+
Utilities
---------
The source package comes with an informational utility, openal-info, and is