[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.
This commit is contained in:
ejurgensen 2021-11-28 20:58:53 +01:00 committed by GitHub
parent b71c353fc9
commit fee5075b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions

View File

@ -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