diff options
Diffstat (limited to 'INSTALL')
-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. |