summaryrefslogtreecommitdiff
path: root/lib/README.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-10 16:50:56 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-10 16:50:56 +0100
commit745828154547e0dbd635afb9fae469eac37a255a (patch)
tree98f5264fd76dbfa1d6c513a176903e83d6f179a1 /lib/README.txt
parent810b91471761e3d1736ed79de06b4c8a69125b30 (diff)
Rename README files to README.txt (and several similar files).
Files without '.txt' suffix can't be handled well by Windows (users), hence renaming such text files to *.txt makes FLTK more "Windows-friendly". There are a few exceptions (this is intentional): README and other files in bundled libraries (maintained upstream) are not changed.
Diffstat (limited to 'lib/README.txt')
-rw-r--r--lib/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/README.txt b/lib/README.txt
new file mode 100644
index 000000000..61779843f
--- /dev/null
+++ b/lib/README.txt
@@ -0,0 +1,16 @@
+README.lib
+----------
+
+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 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 set of library files will be built, with or
+without debug information depending on the options you provided
+to the configure script.