mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
Update deps build to correct cmake command for VS2019 (#6666)
This commit is contained in:
parent
6d258d04d8
commit
f66f2b7c84
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ Then `cd` into the `deps` directory and use these commands to build:
|
|||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -G "Visual Studio 12 Win64" -DDESTDIR="C:\local\destdir-custom"
|
||||
cmake .. -G "Visual Studio 16 2019" -DDESTDIR="C:\local\destdir-custom"
|
||||
msbuild /m ALL_BUILD.vcxproj
|
||||
|
||||
You can also use the Visual Studio GUI or other generators as mentioned above.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue