From b1426514d1ce4df7316f7fee88d4a7edcf3b4ceb Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 14 Jun 2016 22:20:55 +0200 Subject: [PATCH] Command line call for cmake --- src/windows-build.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/windows-build.txt b/src/windows-build.txt index 7e98c69436..e2a4aa23cd 100644 --- a/src/windows-build.txt +++ b/src/windows-build.txt @@ -29,6 +29,10 @@ click configure, select "mingw makefiles" from list, select "default native comp click generate close cmake gui +alternatively, do it from command line: +cmake ..\src -G "MinGW Makefiles" -DBOOST_ROOT="c:\program files\boost\boost_1_61_0" +(in case cmake can't find the libs, -DBoost_DEBUG=1 and -DBoost_COMPILER=-mgw46 are useful) + go back to cmd window > cd c:\slic3r\build > mingw32-make.exe