From 2b28b3ca6ff65f1ff1840cfdedb45f72498cd15e Mon Sep 17 00:00:00 2001 From: Zam Date: Mon, 15 Oct 2018 16:05:40 +0800 Subject: add BUILD_SHARED to support library type and add BUILD_SHARED to README --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 29542c13..42239e03 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,14 @@ Build from command line: You can pass the following arguments to CMake: - BUILD_DOCUMENTATION to build the documentation - BUILD_EXAMPLES to build the examples - BUILD_TESTS to build the unit tests - WITH_OPUS to enable opus audio codec - WITH_SPEEX to enable speex audio codec - WITH_THEORA to enable theora video codec - WITH_VPX to enable vpx video codec + BUILD_SHARED to build with shared type library, otherwise static (default: true) + BUILD_DOCUMENTATION to build the documentation (default: false) + BUILD_EXAMPLES to build the examples (default: true) + BUILD_TESTS to build the unit tests (default: true) + WITH_OPUS to enable opus audio codec (default: false) + WITH_SPEEX to enable speex audio codec (default: false) + WITH_THEORA to enable theora video codec (default: false) + WITH_VPX to enable vpx video codec (default: false) INSTALLING QXMPP ================ -- cgit v1.2.3