diff options
| author | Zam <love8879201@gmail.com> | 2018-10-15 16:05:40 +0800 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-11-26 11:41:37 +0100 |
| commit | 2b28b3ca6ff65f1ff1840cfdedb45f72498cd15e (patch) | |
| tree | 7f2e3ccc795f605e922f6bace95f0b68d76cf81b /README.md | |
| parent | 5559ed29681d031f36e7a7d011e3ec4bec3635f5 (diff) | |
| download | qxmpp-2b28b3ca6ff65f1ff1840cfdedb45f72498cd15e.tar.gz | |
add BUILD_SHARED to support library type and add BUILD_SHARED to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 ================ |
