timesynk/COMPILING.txt

13 lines
340 B
Plaintext

From the console using GNU CC and make:
make // compiles default(curses) client
make curses // compiles curses client, linking to curses (-lcurses)
make xcurses // compiles curses client, linking to xcurses/PDCurses library
make sdl // compile sdl client
From XCode:
open xcode/timesynk.xcodeproj
Build & Go
From Dev-Cpp:
???