summaryrefslogtreecommitdiff
path: root/README.CMake.txt
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2017-09-05 22:37:07 +0000
committerGreg Ercolano <erco@seriss.com>2017-09-05 22:37:07 +0000
commita4433ca19d4696fae676a3abda1eeaa2c13d4249 (patch)
tree87b08a346f6e5a7a1bebd9ba59cc11bb06ff2c82 /README.CMake.txt
parent276b8255e2dab263108890db1af1469cc1bdc653 (diff)
Emphasize in the docs that ".." at the end of cmake commands is
not an elipsis, but is part of the command. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12421 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.CMake.txt')
-rw-r--r--README.CMake.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.CMake.txt b/README.CMake.txt
index bd418f0df..0003669be 100644
--- a/README.CMake.txt
+++ b/README.CMake.txt
@@ -177,6 +177,9 @@ the following.
make
sudo make install (optional)
+IMPORTANT: The trailing ".." on the cmake command must be specified
+(it is NOT an elipsis). ^^^^^^^^^^^^^^^^^
+
This will build and install a default configuration FLTK.
Some flags can be changed during the 'make' command, such as:
@@ -222,6 +225,9 @@ in the GUI (cmake-gui).
cd build
cmake -G "Visual Studio 7" -D CMAKE_BUILD_TYPE=Release ..
+ IMPORTANT: The trailing ".." on the cmake command must be specified
+ (it is NOT an elipsis). ^^^^^^^^^^^^^^^^^
+
This will create the file FLTK.sln in the current 'build' directory.
3) Open Visual Studio 7, and choose File -> Open -> Project,
@@ -381,6 +387,9 @@ So, again from the FLTK tree root.
make
sudo make install
+IMPORTANT: The trailing ".." on the cmake command must be specified
+(it is NOT an elipsis). ^^^^^^^^^^^^^^^^^
+
This will create a default configuration FLTK suitable for mingw/msys and
install it in the /usr/i486-mingw32/usr tree.