You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,18 @@ $ make clean
147
147
$ make
148
148
```
149
149
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
+
150
162
### License
151
163
152
164
All the code except when stated otherwise is licensed under the [MIT license](https://xlab.mit-license.org).
0 commit comments