mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 06:35:57 -05:00
Add pkg-config to the list of required tools
This commit is contained in:
parent
d273c72a4b
commit
c59df96e48
2
INSTALL
2
INSTALL
@ -9,6 +9,8 @@ Required tools:
|
|||||||
- autotools: autoconf 2.63+, automake 1.10+, libtool 2.2. Run autoreconf -i
|
- autotools: autoconf 2.63+, automake 1.10+, libtool 2.2. Run autoreconf -i
|
||||||
at the top of the source tree to generate the build system.
|
at the top of the source tree to generate the build system.
|
||||||
|
|
||||||
|
- pkg-config
|
||||||
|
|
||||||
The configure script will look for a wrapper called antlr3 in the PATH to
|
The configure script will look for a wrapper called antlr3 in the PATH to
|
||||||
invoke ANTLR. If it doesn't exist, it'll try to invoke ANTLR directly with
|
invoke ANTLR. If it doesn't exist, it'll try to invoke ANTLR directly with
|
||||||
'java org.antlr.Tool'; make sure your CLASSPATH is set properly, and if it
|
'java org.antlr.Tool'; make sure your CLASSPATH is set properly, and if it
|
||||||
|
Loading…
Reference in New Issue
Block a user