aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkostix <kostix@cc602e41-bd33-0410-9637-a208f32f1443>2009-02-19 10:06:11 +0000
committerkostix <kostix@cc602e41-bd33-0410-9637-a208f32f1443>2009-02-19 10:06:11 +0000
commit40da77d9c2f1a9ed2546ba12778ddfc91606a9f6 (patch)
treed834b59e780a474f07f80b2437d7002e2b3c55a8
parent78d8cff49ad4d5da5897d330e72b8164d333ed05 (diff)
downloadurgent-40da77d9c2f1a9ed2546ba12778ddfc91606a9f6.tar.gz
urgent-40da77d9c2f1a9ed2546ba12778ddfc91606a9f6.tar.xz
urgent-40da77d9c2f1a9ed2546ba12778ddfc91606a9f6.zip
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
-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.