mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-11 13:08:47 -04:00
Update Linux_InstallGuide.md
added "doxygen" as additional dependence because of compile error (doxygen not found) with clean ubuntu 24.04/25.04 install.
This commit is contained in:
parent
8ebd9ba21f
commit
6092e5c398
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#### Debian/Ubuntu
|
||||
```bash
|
||||
sudo apt-get install g++ cmake libbz2-dev libjson-c-dev libssl-dev libsqlcipher-dev \
|
||||
libupnp-dev libxss-dev rapidjson-dev libbotan-2-dev libasio-dev
|
||||
libupnp-dev libxss-dev doxygen rapidjson-dev libbotan-2-dev libasio-dev
|
||||
```
|
||||
|
||||
To compile with Qt5:
|
||||
|
@ -168,4 +168,4 @@ Example:
|
|||
qmake CONFIG-=debug CONFIG+=release CONFIG+=rs_use_native_dialog CONFIG+=rs_gui_cmark
|
||||
qmake CONFIG+=rs_jsonapi CONFIG+=rs_webui CONFIG+=rs_autologin
|
||||
qmake CONFIG+=rs_deep_channels_index CONFIG += gxsthewire CONFIG += wikipoos
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue