aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 7d7d240..589e6e6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,12 +13,12 @@ Ensure you have a C compiler and X11 development files installed
then change to the plugin's directory:
$ cd ~/.tkabber/plugins/urgent/
and build the helper C program:
-$ gcc -lX11 -o urgent -urgent.c
+$ gcc -lX11 -o urgent urgent.c
On older systems you might need to add an appropriate library
path to the gcc's search path using the -L command line
parameter, something like
-$ gcc -L/usr/X11R6/lib -lX11 -o urgent -urgent.c
+$ gcc -L/usr/X11R6/lib -lX11 -o urgent urgent.c
Restart Tkabber, to get the plugin loaded.
Visit the Cutsomize->Plugins->Urgent group of settings.