From e361e38a98f6330fe7dde89c9df6c3806401a800 Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 29 Jul 2015 22:44:00 +0200 Subject: [PATCH] Updated README --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index dca3d7e7..dd778bc4 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Features: - Winamp-like interface, suited for large databases - Audio/Video transcode for maximum interoperability and low bandwith requirements - User management -- API available in Protocol Buffers (see src/remote/proto/messages.proto) +- LMS API available in Protocol Buffers (see src/lms-api/proto/messages.proto) Please note LMS is still under development and will gain more features in the future. A mobile application based on Kivy is being developped as well. @@ -33,6 +33,9 @@ II) BUILD (configure will complain if a mandatory library is missing) +The configure script allows you to disable the LMS API support (and protobuf dependencies) +See 'configure --help' for more information. + # make III) Setting up SSL materials (required by the SSL server and the web server)