Skip to content

Commit d1c7e24

Browse files
JonLiu1993xlab
authored andcommitted
Add vcpkg installation instructions
1 parent 89da3f6 commit d1c7e24

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,18 @@ $ make clean
147147
$ make
148148
```
149149

150+
### Building nuklear - Using vcpkg
151+
152+
You can download and install nuklear using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
153+
154+
git clone https://github.com/Microsoft/vcpkg.git
155+
cd vcpkg
156+
./bootstrap-vcpkg.sh
157+
./vcpkg integrate install
158+
./vcpkg install nuklear
159+
160+
The nuklear 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.
161+
150162
### License
151163

152164
All the code except when stated otherwise is licensed under the [MIT license](https://xlab.mit-license.org).

0 commit comments

Comments
 (0)