mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #1242 from beardog108/master
Add rapidjson to package requirements for the Linux distros compliation instructions
This commit is contained in:
commit
48c4b4c4f8
@ -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