|
@@ -22,7 +22,7 @@ Building
|
|
necessary PDcurses libraries.
|
|
necessary PDcurses libraries.
|
|
|
|
|
|
Once this is finished, you can compile by running:
|
|
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)
|
|
Make sure you include pdcurses.dll (found in src\dep\bin)
|
|
with your binary.
|
|
with your binary.
|
|
@@ -33,21 +33,21 @@ Building
|
|
- gcc
|
|
- gcc
|
|
- ncurses
|
|
- 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:
|
|
a terminal in the src/ directory and run:
|
|
- gcc FalloutTerminalUnix.c -lncurses -o FalloutTerminal
|
|
|
|
|
|
+ gcc FalloutTerminalU.c -lncurses -o FalloutTerminal
|
|
|
|
|
|
OSX
|
|
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:
|
|
a terminal in the src/ directory and run:
|
|
- gcc FalloutTerminalUnix.c -lncurses -o FalloutTerminal
|
|
|
|
|
|
+ gcc FalloutTerminal.c -lncurses -o FalloutTerminal
|
|
|
|
|
|
|
|
|
|
Plans for the Future
|
|
Plans for the Future
|