IRCTk

Top-level Files of tip
Login

Top-level Files of tip

Files in the top-level directory from the latest check-in


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>