From 40da77d9c2f1a9ed2546ba12778ddfc91606a9f6 Mon Sep 17 00:00:00 2001 From: kostix Date: Thu, 19 Feb 2009 10:06:11 +0000 Subject: Fix typos in urgent.c compilation examples git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/trunk/plugins/urgent@171 cc602e41-bd33-0410-9637-a208f32f1443 --- INSTALL | 4 ++-- 1 file 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. -- cgit v1.2.3