added rapidjson to package installation command on Debian/OpenSUSE/Arch

This commit is contained in:
Kevin Froman 2018-04-27 15:34:43 -05:00
parent be75e89ad2
commit 82a00c2496
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B

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