From 94078cc5c5d438f960bd0491341f2c4adfb00720 Mon Sep 17 00:00:00 2001 From: FrankXie Date: Thu, 8 Sep 2022 00:54:40 -0700 Subject: [PATCH] Add vcpkg installation instructions --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 4b13076fa..20bfd50f5 100644 --- a/README +++ b/README @@ -133,6 +133,18 @@ To run compare the code to these test vectors: % tar -zxf opus_testvectors-rfc8251.tar.gz % ./tests/run_vectors.sh ./ opus_newvectors 48000 +== Installing opus (vcpkg) == + +Alternatively, you can build and install opus using [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 opus + +The opus 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. + == Portability notes == This implementation uses floating-point by default but can be compiled to