Author: spitzak
Date: 2007-06-06 16:30:41 -0400 (Wed, 06 Jun 2007)
New Revision: 5886
Log:
STR 1352
Added missing library to sample lnk line


Modified:
   trunk/documentation/example1.doc

Modified: trunk/documentation/example1.doc
===================================================================
--- trunk/documentation/example1.doc    2007-06-06 20:27:20 UTC (rev 5885)
+++ trunk/documentation/example1.doc    2007-06-06 20:30:41 UTC (rev 5886)
@@ -192,7 +192,7 @@
 to include several libraries that fltk calls:
 
 \code
-c++ ... -L/usr/local/lib -lfltk2 -lXext -lXinerama -lXft -lX11 -lm
+c++ ... -L/usr/local/lib -lfltk2 -lXext -lXinerama -lXft -lX11 -lXi -lm
 \endcode
 
 (In Visual C++ you need to add the FLTK library to the "Link" settings).

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to