summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/README.lib19
1 files changed, 11 insertions, 8 deletions
diff --git a/lib/README.lib b/lib/README.lib
index 480431527..61779843f 100644
--- a/lib/README.lib
+++ b/lib/README.lib
@@ -1,13 +1,16 @@
README.lib
----------
-This README file is a placeholder for library files on your system.
+This README file is a placeholder for library files on your
+system.
+
Under Microsoft Windows a successful build of all projects and
-configurations will contain debug (fltkd.lib and fltkdlld.lib) and
-release (fltk.lib fltkdll.lib) libraries for you to link to. Both are
-built using the multi-threaded settings. The DLL files (fltkdll.dll
-and fltkdlld.dll) required for a complete DLL-based binary distribution
-are located in the "visualc" directory.
+configurations will contain debug and release libraries for you
+to link to - all are built using the multi-threaded DLL
+settings. The DLL files (fltkdll.dll and fltkdlld.dll) required
+for a complete DLL-based binary distribution are located in the
+"visualc" directory.
-Under UNIX a single library file (libfltk.a, libfltk.sl, or libfltk.so)
-will be built.
+Under UNIX a single set of library files will be built, with or
+without debug information depending on the options you provided
+to the configure script.