DISTRHO Plugin Framework
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.

18 lines
286B

  1. #!/bin/bash
  2. set -e
  3. sudo apt-get install -y \
  4. g++ \
  5. pkg-config \
  6. libcairo2-dev \
  7. libjack-jackd2-dev \
  8. liblo-dev \
  9. libgl1-mesa-dev \
  10. libx11-dev \
  11. apple-x86-setup \
  12. mingw32-x-gcc \
  13. mingw32-x-pkgconfig \
  14. mingw64-x-gcc \
  15. mingw64-x-pkgconfig