Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linux.win32.script.sh 648B

123456789101112131415161718192021
  1. export PATH=/opt/mingw64/bin:/opt/mingw64/x86_64-w64-mingw32/bin:$PATH
  2. export AR=x86_64-w64-mingw32-ar
  3. export CC=x86_64-w64-mingw32-gcc
  4. export CXX=x86_64-w64-mingw32-g++
  5. export MOC=x86_64-w64-mingw32-moc
  6. export RCC=x86_64-w64-mingw32-rcc
  7. export UIC=x86_64-w64-mingw32-uic
  8. export STRIP=x86_64-w64-mingw32-strip
  9. export WINDRES=x86_64-w64-mingw32-windres
  10. export PKGCONFIG=x86_64-w64-mingw32-pkg-config
  11. export PKG_CONFIG_PATH=/opt/mingw64/lib/pkgconfig
  12. export CFLAGS="-DBUILDING_CARLA_FOR_WINDOWS -DPTW32_STATIC_LIB -I/opt/mingw64/include"
  13. export CXXFLAGS="$CFLAGS -DFLUIDSYNTH_NOT_A_DLL"
  14. export WIN32=true
  15. export WIN64=true
  16. make features
  17. make -j4