Quellcode durchsuchen

Updated Windows build instructions

Josh1147582 vor 9 Jahren
Ursprung
Commit
5a51193fdc
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -22,10 +22,10 @@ Building
 		necessary PDcurses libraries.
 		
 		Once this is finished, you can compile by running:
-		gcc FalloutTerminalWin.c -lpdcurses -static -o FalloutTerminal.exe
+		gcc FalloutTerminalWin.c -lpdcurses -o FalloutTerminal.exe
 
-		The -static flag is optional, but ensures you won't need to bundle
-		libpdcurses.dll with your binary.
+		Make sure you include pdcurses.dll (found in src\dep\bin)
+		with your binary.
 
 	LINUX