From 98da507ab43ff4b7fc6e91bb1b44b2473225eeba Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 24 Nov 2015 10:04:39 +0100 Subject: Change README to describe installation using CMake --- README | 9 +++++---- 1 file 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 -- cgit v1.2.3