From ade0388ba8f95c4d833ba75613bc2ddfeb67da03 Mon Sep 17 00:00:00 2001 From: Nick Lanham Date: Tue, 7 Feb 2012 12:48:38 +0100 Subject: [PATCH] Fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d407009..b44ebd2 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Compilation and Install ----------------------- You'll need the following libraries to build and install DrMr: -- [http://www.mega-nerd.com/libsndfile/](libsndfile) -- [http://lv2plug.in/](lv2) -- [http://expat.sourceforge.net](libexpat) +- [libsndfile](http://www.mega-nerd.com/libsndfile/) +- [lv2](http://lv2plug.in/) +- [libexpat](http://expat.sourceforge.net) The Makefile has the INSTALL_DIR and CC flags hard coded to /usr/local/lib/lv2 and gcc at the moment. Edit those if you want to change that.