aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-11-24 10:04:39 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-11-24 10:04:39 +0100
commit98da507ab43ff4b7fc6e91bb1b44b2473225eeba (patch)
tree9863cc33d85372909c76111ffe8292c43742d1be
parentb9da8a413d5a270090f0058b6fd170833053526f (diff)
downloadtoolame-dab-98da507ab43ff4b7fc6e91bb1b44b2473225eeba.tar.gz
toolame-dab-98da507ab43ff4b7fc6e91bb1b44b2473225eeba.tar.bz2
toolame-dab-98da507ab43ff4b7fc6e91bb1b44b2473225eeba.zip
Change README to describe installation using CMake
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 2098328..7297d56 100644
--- a/README
+++ b/README
@@ -42,10 +42,11 @@ See http://opendigitalradio.org
INSTALLATION
*********************
-0. install zeromq 4.0.3 or newer. optional: install JACK and/or libvlc
-1. edit Makefile
- set ENABLE_INPUT_JACK and ENABLE_INPUT_VLC accordingly.
-2. 'make'
+0. install zeromq 4.0.3 or newer, install cmake.
+ optional: install JACK and/or libvlc
+1. mkdir build
+2. cmake ..
+3. 'make'
*********************
USAGE