summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoneWolfHT <lonewolf04361@gmail.com>2021-10-15 09:16:09 -0700
committerGitHub <noreply@github.com>2021-10-15 18:16:09 +0200
commitc82ec8b210f613fcd5bb386a14f0a8f88591253a (patch)
tree4ddda7a1b8b2aabb895866cd8475f3b2a65e855a /README.md
parent6901c5fae54eafb05494823b60d4e26c14b342f1 (diff)
downloadminetest-c82ec8b210f613fcd5bb386a14f0a8f88591253a.tar.gz
minetest-c82ec8b210f613fcd5bb386a14f0a8f88591253a.tar.bz2
minetest-c82ec8b210f613fcd5bb386a14f0a8f88591253a.zip
Fix compiling on Windows with Visual Studio
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30cc7fb20..372276b85 100644
--- a/README.md
+++ b/README.md
@@ -327,7 +327,7 @@ It is highly recommended to use vcpkg as package manager.
After you successfully built vcpkg you can easily install the required libraries:
```powershell
-vcpkg install zlib zstd curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit gmp jsoncpp --triplet x64-windows
+vcpkg install zlib zstd curl[winssl] openal-soft libvorbis libogg libjpeg-turbo sqlite3 freetype luajit gmp jsoncpp opengl-registry --triplet x64-windows
```
- **Don't forget about IrrlichtMt.** The easiest way is to clone it to `lib/irrlichtmt` as described in the Linux section.