summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-15 19:45:20 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-15 19:45:20 +0100
commitbbaec9bd88b309fbeec80d6d0118997f5b32def3 (patch)
treeabbf033c4d2afcd92b24a6719739e985c5ba8760 /README.CMake.txt
parentedd5818355c37d5c68b88642b68dd61d302b3d38 (diff)
Update CMake and make files, minor edits only
There are no functional changes to be expected, mostly formatting and comments.
Diffstat (limited to 'README.CMake.txt')
-rw-r--r--README.CMake.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index abba89fbd..67ebc2e03 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -61,7 +61,7 @@ More information on CMake can be found on its web site http://www.cmake.org.
--------------------
The prerequisites for building FLTK with CMake are staightforward:
-CMake 3.2.3 or later and a recent FLTK 1.3 release, snapshot, or subversion
+CMake 3.2.3 or later and a recent FLTK 1.3 release, snapshot, or Git
download (working copy). Installation of CMake is covered on its web site.
This howto will cover building FLTK with the default options using CMake
@@ -107,7 +107,7 @@ OPTION_APPLE_X11 - default OFF
Use this only if you know what you do, and if you have installed X11.
OPTION_USE_POLL - default OFF
- Don't use this one either, it is deprecated.
+ Don't use this one, it is deprecated.
OPTION_BUILD_SHARED_LIBS - default OFF
Normally FLTK is built as static libraries which makes more portable