Files in the top-level directory from the latest check-in of branch trunk
- extensions
- man
- mdoc
- themes
- transports
- www
- CHANGELOG
- configure
- exts.tcl
- global.m4
- gui.tcl
- irc.tcl
- irctk-ext-sdk.n
- irctk-ext-sdk.tcl
- irctk-extensions.7
- irctk-themes.7
- irctk.1
- irctk.m4
- irctk.tcl
- log.tcl
- main.m4
- Makefile.m4
- README
1. IRCTk README file.
IRCTk is an IRC client focused on being light, portable and extensible.
2. Installation
From the project's root:
$ ./configure
$ make
# make install
By default, IRCTk will be installed under /usr/local. To change the
prefix (installing under the user's home in the example):
$ export PREFIX=${HOME}
$ ./configure
$ make
$ make install
Everything will be installed in the home directory.
To see additional options to the configure script, just type:
$ ./configure -h
On the command line.
3. Dependencies
* Tcl >= 8.6
* Tk >= 8.6
4. Authors
Andrea Biscuola <a@abiscuola.com>
Omar Polo <op@omarpolo.com>