Ver Fonte

Compiling the examples on MacOS.

David Piuva há 8 meses atrás
pai
commit
d2828d058d
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      Source/tools/wizard/build_macos.sh

+ 8 - 0
Source/tools/wizard/build_macos.sh

@@ -0,0 +1,8 @@
+# Hack to use X11 on MacOS
+export CPATH=/opt/homebrew/include:$CPATH
+export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH
+
+# Launch the build system with Wizard.DsrProj and MacOS selected as the platform.
+echo "Running build_macos.sh $@"
+chmod +x ../builder/buildProject.sh;
+../builder/buildProject.sh Wizard.DsrProj MacOS $@;