diff options
author | JonLiu1993 <[email protected]> | 2022-09-14 16:34:15 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-14 01:34:15 -0700 |
commit | 00bce1fba480a183ac72a9934466403da097d5ba (patch) | |
tree | ace045baca3b2c81f305b68684c3d4bff7935026 | |
parent | 090cf39b17c633586339efa7b8691788563c4fe2 (diff) |
Add vcpkg installation instructions (#768)
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |