mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Add vcpkg installation instructions (#200)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
ffbd22cdc9
commit
101bca9ca8
1 changed files with 12 additions and 0 deletions
12
INSTALL
12
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
|
||||
=====================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue