mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Update deps build to correct cmake command for VS2019 (#6666)
This commit is contained in:
@@ -154,7 +154,7 @@ Then `cd` into the `deps` directory and use these commands to build:
|
|||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd 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
|
msbuild /m ALL_BUILD.vcxproj
|
||||||
|
|
||||||
You can also use the Visual Studio GUI or other generators as mentioned above.
|
You can also use the Visual Studio GUI or other generators as mentioned above.
|
||||||
|
|||||||
Reference in New Issue
Block a user