diff options
author | kostix <kostix@cc602e41-bd33-0410-9637-a208f32f1443> | 2009-02-19 10:06:11 +0000 |
---|---|---|
committer | kostix <kostix@cc602e41-bd33-0410-9637-a208f32f1443> | 2009-02-19 10:06:11 +0000 |
commit | 40da77d9c2f1a9ed2546ba12778ddfc91606a9f6 (patch) | |
tree | d834b59e780a474f07f80b2437d7002e2b3c55a8 | |
parent | 78d8cff49ad4d5da5897d330e72b8164d333ed05 (diff) | |
download | urgent-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
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |