mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-29 03:41:59 +08:00
Make wxWidgets compilation less verbose (in order to honor the max logs limit) and temporarily suspend Build.PL
This commit is contained in:
parent
c9ce5bf3ae
commit
fa31265bff
@ -6,7 +6,7 @@ brew install boost perl cpanminus
|
||||
|
||||
export SLIC3R_STATIC=1
|
||||
export BOOST_DIR=/usr/local
|
||||
perl ./Build.PL
|
||||
#perl ./Build.PL
|
||||
|
||||
# Only recompile Wx if it's not already there
|
||||
if !(perl -MWx -e1 2> /dev/null); then
|
||||
@ -15,7 +15,7 @@ if !(perl -MWx -e1 2> /dev/null); then
|
||||
CXX="clang++ -mmacosx-version-min=10.12" \
|
||||
CPPFLAGS="-mmacosx-version-min=10.12 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=1" \
|
||||
LDFLAGS="-mmacosx-version-min=10.12" \
|
||||
cpanm --local-lib local-lib Alien::wxWidgets -v --reinstall \
|
||||
cpanm --local-lib local-lib Alien::wxWidgets --reinstall \
|
||||
--configure-args="--wxWidgets-build=1 --wxWidgets-extraflags=\"--with-macosx-version-min=10.12 --disable-qtkit --disable-mediactrl --disable-webkit --disable-webview\" --wxWidgets-userpatch=$(pwd)/package/osx/patch-wxwidgets.diff"
|
||||
|
||||
PERL_USE_UNSAFE_INC=1 cpanm --local-lib local-lib --reinstall -v https://github.com/alranel/wxPerl-osx10.12/tarball/master
|
||||
|
Loading…
x
Reference in New Issue
Block a user