Update README.md
This commit is contained in:
parent
12131a14b4
commit
3558a5e4cf
10
README.md
10
README.md
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue