From fee5075b0b6295a42bc12e6bd00256ba5056d24b Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sun, 28 Nov 2021 20:58:53 +0100 Subject: [PATCH] [docs] Update INSTALL, use package manager for antlr3 The version of antlr3 that is in Fedora 35 seems to work, so no reason to use the special script. --- INSTALL.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c8ca7807..bf60685e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -83,7 +83,7 @@ sudo yum install \ sqlite-devel libconfuse-devel libunistring-devel mxml-devel libevent-devel \ avahi-devel libgcrypt-devel zlib-devel alsa-lib-devel ffmpeg-devel \ libplist-devel libsodium-devel json-c-devel libwebsockets-devel \ - libcurl-devel protobuf-c-devel + libcurl-devel protobuf-c-devel antlr3 antlr3-C-devel ``` Clone the OwnTone repo: @@ -93,14 +93,6 @@ git clone https://github.com/owntone/owntone-server.git cd owntone-server ``` -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: - -```bash -scripts/antlr35_install.sh -``` - Then run the following: ```bash