From 06769d6fd7cd101e3767f056ef87ad62fb6f8ab2 Mon Sep 17 00:00:00 2001 From: Nick Lanham Date: Thu, 23 Feb 2012 13:38:45 +0100 Subject: [PATCH] Update markdown --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4059f84..cf62f3a 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,13 @@ Compilation and Install DrMr is built with [CMake](http://www.cmake.org). To build it simply do (from this dir): + mkdir build cd build cmake .. (or "cmake -DUSE_NKNOB=OFF .." if you want old style sliders) Then do: + make make install @@ -46,6 +48,7 @@ LV2_INSTALL_DIR - The directory to install the DrMr plugin to. To install to you You can also use "ccmake .." or "cmake-gui .." for a more interactive configuration process. A legacy Makefile is included, that will possibly work for you if you don't want to use cmake. To use it just do (from this dir): + make -f Makefile.legacy make -f Makefile.legacy install