mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
added rapidjson to package installation command on Debian/OpenSUSE/Arch
This commit is contained in:
parent
be75e89ad2
commit
82a00c2496
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user