summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
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