mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
changed to use CONFIG+=rs_autologin for the windows build instructions instead of setting defines
This commit is contained in:
parent
8088550467
commit
0b821a4199
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ We will use it to checkout Retroshare and build it:
|
|||
Go to the RetroShare directory and configure to your liking, for example:
|
||||
|
||||
cd RetroShare
|
||||
qmake -r -Wall -spec win32-g++ "CONFIG+=debug" "DEFINES+=RS_AUTOLOGIN"
|
||||
qmake -r -Wall -spec win32-g++ "CONFIG+=debug" "CONFIG+=rs_autologin"
|
||||
|
||||
Now we're ready to build Retroshare. Use the '-j' option with the number of
|
||||
cores you have for a faster build, for instance if you have 4 cores:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue