Skip to content

Extra "ports" of juce-based plugins using the distrho build system

Notifications You must be signed in to change notification settings

mcanthony/DISTRHO-Ports-Extra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


  • README for DISTRHO Ports (Extra) -

DISTRHO is an open source project that has the goal of making cross-platform plugins and Linux ports.

This repository contains extra "ports", imported code with the simple objective of making building it easier.


---- BUILD DEPENDENCIES

To build these plugins, you first need to install the DISTRHO-Ports libs & source.

You'll also need:

All OSes:

  • csound (version 6)
  • premake (version 3)

Linux: (development versions of these)

  • freetype2
  • OpenGL/Mesa
  • X11 core and extensions (Xinerama, XShm, XRender and XCursor)

---- BUILD and INSTALL

In order to build the plugins, first run:

$ ./scripts/premake-update.sh _OS_

where OS can be 'linux', 'mac' or 'mingw'.
This operation requires 'premake' (version 3) to be installed on your system.

You are now ready to start building. Run this on the source root folder:

$ make

If you just want to build specific plugin versions, you can use 'make lv2' or 'make vst'.

To build in debug mode, use this:

$ make CONFIG=Debug

About

Extra "ports" of juce-based plugins using the distrho build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.1%
  • C++ 28.2%
  • HTML 2.7%
  • Lua 1.5%
  • Pure Data 0.3%
  • CSS 0.1%
  • Other 0.1%