Browse Source

Updated README to include merged c file

Josh1147582 8 years ago
parent
commit
71cb1aa1cd
1 changed files with 12 additions and 12 deletions
  1. 12 12
      README.md

+ 12 - 12
README.md

@@ -22,7 +22,7 @@ Building
 		necessary PDcurses libraries.
 		
 		Once this is finished, you can compile by running:
-		gcc FalloutTerminalWin.c -lpdcurses -o FalloutTerminal.exe
+		gcc FalloutTerminal.c -lpdcurses -o FalloutTerminal.exe
 
 		Make sure you include pdcurses.dll (found in src\dep\bin)
 		with your binary.
@@ -33,21 +33,21 @@ Building
 			- gcc
 			- ncurses
 
-		Once the above dependencies are satisfied, simply open 
+		Once the above dependencies are satisfied, simply open 
 		a terminal in the src/ directory and run:
-		gcc FalloutTerminalUnix.c -lncurses -o FalloutTerminal
+		gcc FalloutTerminalU.c -lncurses -o FalloutTerminal
 		
 	OSX
-		
-		Requirements:
-			Xcode Tools
-		
-		Install nurses on OS X as described here:
-			https://gist.github.com/cnruby/960344
-		
-		Once this is finished, simply open 
+		
+		Requirements:
+			Xcode Tools
+		
+		Install nurses on OS X as described here:
+			https://gist.github.com/cnruby/960344
+		
+		Once this is finished, simply open 
 		a terminal in the src/ directory and run:
-		gcc FalloutTerminalUnix.c -lncurses -o FalloutTerminal
+		gcc FalloutTerminal.c -lncurses -o FalloutTerminal
 
 
 Plans for the Future