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.

README.md 1.2KB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. -------------------------------
  2. - README for DISTRHO Ports -
  3. -----------------------------
  4. DISTRHO is an open source project that has the goal of making cross-platform plugins and Linux ports.
  5. <b>This repository contains the Linux ports</b>.
  6. -----------------------------------------------------------------------------------------
  7. ---- BUILD DEPENDENCIES
  8. To build plugins, you first need to install the following dependencies:
  9. All OSes:
  10. - csound (version 6)
  11. - premake (version 3)
  12. Linux: (development versions of these)
  13. - freetype2
  14. - OpenGL/Mesa
  15. - X11 core and extensions (Xinerama, XShm, XRender and XCursor)
  16. -----------------------------------------------------------------------------------------
  17. ---- BUILD and INSTALL
  18. In order to build the plugins, first run:
  19. `$ ./scripts/premake-update.sh _OS_`
  20. where _OS_ can be 'linux', 'mac' or 'mingw'.<br/>
  21. This operation requires 'premake' (version 3) to be installed on your system.
  22. You are now ready to start building. Run this on the source root folder:
  23. `$ make`
  24. If you just want to build specific plugin versions, you can use 'make lv2' or 'make vst'.
  25. To build in debug mode, use this:
  26. `$ make CONFIG=Debug`