summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>2022-09-15 07:38:24 +0800
committerGitHub <noreply@github.com>2022-09-14 16:38:24 -0700
commit101bca9ca8ef3c07de9432dfae6e5c182ad00932 (patch)
tree14be762a92556ccbd5470ec9aa62586ab92bd8b4
parentffbd22cdc9d80f09decbfe5d5c6e6fdabba7f627 (diff)
downloadyasm-101bca9ca8ef3c07de9432dfae6e5c182ad00932.tar.gz
Add vcpkg installation instructions (#200)
Co-authored-by: Monica <v-liumonica@microsoft.com>
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index b42a17ac..29a2b29e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,6 +51,18 @@ The simplest way to compile this package is:
all sorts of other programs in order to regenerate files that came
with the distribution.
+Installation using vcpkg
+==================
+You can build and install yasm using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
+
+ `git clone https://github.com/Microsoft/vcpkg.git'
+ `cd vcpkg'
+ `./bootstrap-vcpkg.sh' # `./bootstrap-vcpkg.bat' for Windows
+ `./vcpkg integrate install'
+ `./vcpkg install yasm'
+
+The yasm 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.
+
Compilers and Options
=====================