From 1e8224c00efb81874fb2b2240ef65497bd5f9b55 Mon Sep 17 00:00:00 2001 From: Herb Jellinek Date: Tue, 29 Dec 2015 14:10:58 -0800 Subject: [PATCH] INSTALL: You can't run the script before you clone the repo. Also updated the name of the script. Fixed typo in README_SMARTPL.md. --- INSTALL | 9 ++++++--- README_SMARTPL.md | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index c6ec87ae..ea748a15 100644 --- a/INSTALL +++ b/INSTALL @@ -63,16 +63,19 @@ sudo yum install \ sqlite-devel libconfuse-devel libunistring-devel mxml-devel libevent-devel \ avahi-devel libgcrypt-devel zlib-devel alsa-lib-devel ffmpeg-devel +Clone the forked-daapd repo: + + git clone https://github.com/ejurgensen/forked-daapd.git + cd forked-daapd + Now you need to install ANTLR3, but you probably can't use the version that comes with the package manager (but do try that first). Instead you can install it by running this script: -scripts/antlr34_install.sh + scripts/antlr35_install.sh Then run the following: - git clone https://github.com/ejurgensen/forked-daapd.git - cd forked-daapd autoreconf -i ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make diff --git a/README_SMARTPL.md b/README_SMARTPL.md index c64b6f35..541194a9 100644 --- a/README_SMARTPL.md +++ b/README_SMARTPL.md @@ -125,7 +125,7 @@ One example of a valid date is a date in yyyy-mm-dd format: There are also some special date keywords: * "today", "yesterday", "last week", "last month", "last year" -A valid date can also be made by appling an interval to a date. Intervals can be defined as "days", "weeks", "months", "years". +A valid date can also be made by applying an interval to a date. Intervals can be defined as "days", "weeks", "months", "years". As an example, a valid date might be: ```3 weeks before today``` or ```3 weeks ago```