mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-24 04:40:58 -05:00
update instructions
This commit is contained in:
parent
a2cd31443c
commit
1b239c2f2a
1 changed files with 8 additions and 2 deletions
|
|
@ -10,14 +10,15 @@
|
|||
libupnp-dev libxss-dev rapidjson-dev libbotan-2-dev libasio-dev
|
||||
```
|
||||
|
||||
Additional dependencies for Qt6 compile
|
||||
Additional packages to compile with Qt6:
|
||||
```bash
|
||||
sudo apt-get install qt6-base-dev qt6-multimedia-dev qt6-5compat-dev
|
||||
```
|
||||
To use only Qt6 the packages `qt5-qmake qtmultimedia5-dev libqt5x11extras5-dev` are not needed.
|
||||
|
||||
Additional dependencies for Feedreader plugin:
|
||||
```bash
|
||||
sudo apt-get install libxml2-dev libxslt1-dev
|
||||
sudo apt-get install libxml2-dev libxslt1-dev libcurl4-openssl-dev
|
||||
```
|
||||
|
||||
Additional dependencies for Voip plugin:
|
||||
|
|
@ -26,6 +27,11 @@ Additional dependencies for Voip plugin:
|
|||
libqt5multimedia5-plugins libspeexdsp-dev
|
||||
```
|
||||
|
||||
Autologin:
|
||||
```bash
|
||||
sudo apt install libsecret-1-dev
|
||||
```
|
||||
|
||||
#### openSUSE
|
||||
```bash
|
||||
sudo zypper install gcc-c++ cmake libqt5-qtbase-devel \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue