Fix Indentation

Add Qt Creator Windows Guide link to Readme page
This commit is contained in:
defnax 2025-08-10 17:42:10 +02:00
parent 5f5639391a
commit 891c1a64bd
3 changed files with 11 additions and 9 deletions

View file

@ -30,7 +30,9 @@ in the aim of creating packages for the supported platforms (and more)
in the [build_scripts](https://github.com/RetroShare/RetroShare/tree/master/build_scripts) directory of this repository.
## Compilation on Windows
Follow this file : [WindowsMSys2_InstallGuide.md](https://github.com/RetroShare/RetroShare/blob/master/build_scripts/Windows-msys2/WindowsMSys2_InstallGuide.md)
Follow this file : [WindowsMSys2_InstallGuide](https://github.com/RetroShare/RetroShare/blob/master/build_scripts/Windows-msys2/WindowsMSys2_InstallGuide.md)
With QtCreator : [Windows-QtCreator-InstallGuide](https://github.com/RetroShare/RetroShare/blob/master/build_scripts/Windows/Windows-QtCreator-InstallGuide.md)
## Compilation on MacOSX

View file

@ -88,7 +88,7 @@ Additional dependencies for plugins:
The executable produced will be:
```bash
./retroshare-gui/src/retroshare
./retroshare-gui/src/retroshare
```
### Install
@ -98,7 +98,7 @@ The executable produced will be:
The executable produced will be:
```bash
~/usr/bin/RetroShare
~/usr/bin/RetroShare
```
### For packagers
@ -165,7 +165,7 @@ For `Autologin` it is required to append the config option `CONFIG+=rs_autologin
Example:
```batch
qmake CONFIG-=debug CONFIG+=release CONFIG+=rs_use_native_dialog CONFIG+=rs_gui_cmark
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
qmake CONFIG+=rs_deep_channels_index CONFIG +=gxsthewire CONFIG+=wikipoos
```

View file

@ -46,7 +46,7 @@ Additional dependencies for Feedreader plugin:
The executable produced will be:
```bash
./retroshare-gui/src/retroshare
./retroshare-gui/src/retroshare
```
### Install
@ -56,7 +56,7 @@ The executable produced will be:
The executable produced will be:
```bash
~/usr/bin/RetroShare
~/usr/bin/RetroShare
```
### For packagers
@ -122,7 +122,7 @@ For `Autologin` it is required to append the config option `CONFIG+=rs_autologin
Example:
```batch
qmake CONFIG-=debug CONFIG+=release CONFIG+=rs_use_native_dialog CONFIG+=rs_gui_cmark
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
qmake CONFIG+=rs_deep_channels_index CONFIG +=gxsthewire CONFIG+=wikipoos
```