From 0b821a4199dbd2aa17873d531f632f38faef00a1 Mon Sep 17 00:00:00 2001 From: zapek Date: Fri, 3 Aug 2018 21:29:00 +0200 Subject: [PATCH] changed to use CONFIG+=rs_autologin for the windows build instructions instead of setting defines --- WindowsMSys2_InstallGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsMSys2_InstallGuide.md b/WindowsMSys2_InstallGuide.md index a589ada86..31cd5caef 100644 --- a/WindowsMSys2_InstallGuide.md +++ b/WindowsMSys2_InstallGuide.md @@ -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: