mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 08:29:26 -05:00
Merge pull request #565 from G10h4ck/master
Add some documentation for QML app and link android readme in main README
This commit is contained in:
commit
5fd11eb2a8
@ -18,6 +18,10 @@ Compilation on MacOSX
|
||||
----------------------------
|
||||
Follow this file : [MacOS_X_InstallGuide](https://github.com/RetroShare/RetroShare/blob/master/MacOS_X_InstallGuide.md)
|
||||
|
||||
Compilation for Android
|
||||
---------------------------
|
||||
Follow this file : [README-Android](https://github.com/RetroShare/RetroShare/blob/master/README-Android.asciidoc)
|
||||
|
||||
Compilation on Linux
|
||||
----------------------------
|
||||
|
||||
|
@ -18,6 +18,11 @@ no_retroshare_plugins:CONFIG -= retroshare_plugins
|
||||
CONFIG *= no_retroshare_android_service
|
||||
retroshare_android_service:CONFIG -= no_retroshare_android_service
|
||||
|
||||
# To enable RetroShare-QML-app append the following assignation to
|
||||
# qmake command line "CONFIG+=retroshare_qml_app"
|
||||
CONFIG *= no_retroshare_qml_app
|
||||
retroshare_qml_app:CONFIG -= no_retroshare_qml_app
|
||||
|
||||
# To enable libresapi via local socket (unix domain socket or windows named
|
||||
# pipes) append the following assignation to qmake command line
|
||||
#"CONFIG+=libresapilocalserver"
|
||||
|
Loading…
Reference in New Issue
Block a user