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.win64.script.sh 610B

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