Update README.md

This commit is contained in:
sumoomus 2020-06-29 10:49:28 -04:00 committed by GitHub
parent 12131a14b4
commit 3558a5e4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -66,11 +66,11 @@ Windows:
- [vcpkg](https://github.com/Microsoft/vcpkg)
- [Git](https://git-scm.com/downloads)
2) open the cmd app and run: `git clone https://github.com/MinetestClients/OpenClient.git`
3) run `cd OpenClient`
4) run `powershell`
5) now that you're in powershell, run `vcpkg install irrlicht zlib curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit --triplet x64-windows`
6) (still in powershell) run `cmake . -G"Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT=0 -DENABLE_CURSES=0`
7) (still in powershell) `cmake --build . --config Release`
3) run: `cd OpenClient`
4) run: `powershell`
5) now that you're in powershell, run: `vcpkg install irrlicht zlib curl[winssl] openal-soft libvorbis libogg sqlite3 freetype luajit --triplet x64-windows`
6) (still in powershell) run: `cmake . -G"Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE=D:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT=0 -DENABLE_CURSES=0`
7) (still in powershell): `cmake --build . --config Release`
8) you'll find the executable in the current directory
# for the truly paranoid: