浏览代码

Updated Windows build instructions

Josh1147582 9 年之前
父节点
当前提交
5a51193fdc
共有 1 个文件被更改,包括 3 次插入3 次删除
  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