Browse Source

Update README

tags/2018-04-16
falkTX 11 years ago
parent
commit
d5fa2804f4
1 changed files with 8 additions and 7 deletions
  1. +8
    -7
      README.md

+ 8
- 7
README.md View File

@@ -6,7 +6,7 @@ DISTRHO is an open source project that has the goal of making cross-platform plu


<b>This repository contains the Linux ports</b>. <b>This repository contains the Linux ports</b>.


-----------------------------------------------------------------------------------------
-----------------------
---- BUILD DEPENDENCIES ---- BUILD DEPENDENCIES


To build plugins, you first need to install the following dependencies: To build plugins, you first need to install the following dependencies:
@@ -16,6 +16,7 @@ To build plugins, you first need to install the following dependencies:
- csound (version 6) - csound (version 6)
- premake (version 3) - premake (version 3)



Linux: (development versions of these) Linux: (development versions of these)


- ladspa - ladspa
@@ -24,24 +25,24 @@ To build plugins, you first need to install the following dependencies:
- X11 core and extensions (Xinerama, XShm, XRender and XCursor) - X11 core and extensions (Xinerama, XShm, XRender and XCursor)




-----------------------------------------------------------------------------------------
-----------------------
---- BUILD and INSTALL ---- BUILD and INSTALL


In order to build the plugins, first run: In order to build the plugins, first run:


$ ./scripts/premake-update.sh _OS_
`./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.
where _OS_ can be 'linux', 'mac' or 'mingw'.<br/>
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: You are now ready to start building. Run this on the source root folder:


$ make
`make`


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




To build in debug mode, use this: To build in debug mode, use this:


$ make CONFIG=Debug

`make CONFIG=Debug`

Loading…
Cancel
Save