mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update compile.md to reflect previous change
This commit is contained in:
parent
8b079f45e9
commit
592bc6de6a
|
|
@ -48,7 +48,7 @@ You will need a Windows MSVC SDK. You can get one from [msvc-wine](https://githu
|
|||
Configure:
|
||||
```
|
||||
MinecraftConsoles $ mkdir build && cd build
|
||||
MinecraftConsoles/build $ cmake .. -B . -G Ninja -DCMAKE_TOOLCHAIN_FILE=../cmake/LinuxCrosscompile.cmake -DCMAKE_BUILD_TYPE=<Debug or Release>
|
||||
MinecraftConsoles/build $ cmake .. -B . -G Ninja -DWINDOWS_SDK_PATH=<windows msvc sdk location> -DCMAKE_TOOLCHAIN_FILE=../cmake/LinuxCrosscompile.cmake -DCMAKE_BUILD_TYPE=<Debug or Release>
|
||||
```
|
||||
|
||||
Build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue