mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
[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:
parent
b71c353fc9
commit
fee5075b0b
10
INSTALL.md
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user