Tue, 16 Dec 2014 23:50:27 +0200
- bump version to 1.1 (I guess this should've been done first)
62 | 1 | zfc9000 |
2 | --------- | |
3 | ||
4 | zfc9000 is a text-based RCON utility for the Zandronum Doom source port. | |
5 | ||
6 | Features: | |
7 | ||
8 | * Fully textual, can be used over SSH for instance | |
9 | * Supports in-game colorcodes | |
10 | * Input history | |
11 | * A subset of readline shortcuts | |
12 | * a nicklist | |
13 | ||
14 | To use, either: | |
15 | ||
16 | * use the command line: ```zfc9000 <address> <password>``` | |
17 | * use Ctrl-N within the application to create a new connection | |
18 | ||
19 | To compile, clone the sources off the mercurial repository and check out the version desired. Ensure you have the proper ncurses libraries installed, e.g. ```libncurses5-dev``` and ```libncursesw5-dev``` on Ubuntu. Compile using cmake. | |
20 | ||
21 | Binaries are provided but these may or may not work on your system. |