Merge pull request #1242 from beardog108/master

Add rapidjson to package requirements for the Linux distros compliation instructions
This commit is contained in:
G10h4ck 2018-04-28 09:34:14 +02:00 committed by GitHub
commit 48c4b4c4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,19 +32,19 @@ Compilation on Linux
libqt4-dev libssl-dev libxss-dev libgnome-keyring-dev libbz2-dev \ libqt4-dev libssl-dev libxss-dev libgnome-keyring-dev libbz2-dev \
libqt4-opengl-dev libqtmultimediakit1 qtmobility-dev libsqlcipher-dev \ libqt4-opengl-dev libqtmultimediakit1 qtmobility-dev libsqlcipher-dev \
libspeex-dev libspeexdsp-dev libxslt1-dev libcurl4-openssl-dev \ libspeex-dev libspeexdsp-dev libxslt1-dev libcurl4-openssl-dev \
libopencv-dev tcl8.5 libmicrohttpd-dev libopencv-dev tcl8.5 libmicrohttpd-dev rapidjson-dev
``` ```
* openSUSE * openSUSE
```bash ```bash
sudo zypper install gcc-c++ libqt4-devel libgnome-keyring-devel \ sudo zypper install gcc-c++ libqt4-devel libgnome-keyring-devel \
glib2-devel speex-devel libssh-devel protobuf-devel libcurl-devel \ glib2-devel speex-devel libssh-devel protobuf-devel libcurl-devel \
libxml2-devel libxslt-devel sqlcipher-devel libmicrohttpd-devel \ libxml2-devel libxslt-devel sqlcipher-devel libmicrohttpd-devel \
opencv-devel speexdsp-devel libupnp-devel libavcodec-devel opencv-devel speexdsp-devel libupnp-devel libavcodec-devel rapidjson
``` ```
* Arch Linux * Arch Linux
```bash ```bash
pacman -S base-devel libgnome-keyring libmicrohttpd libupnp libxslt \ pacman -S base-devel libgnome-keyring libmicrohttpd libupnp libxslt \
libxss opencv qt4 speex speexdsp sqlcipher libxss opencv qt4 speex speexdsp sqlcipher rapidjson
``` ```
2. Checkout the source code 2. Checkout the source code