From a4433ca19d4696fae676a3abda1eeaa2c13d4249 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 5 Sep 2017 22:37:07 +0000 Subject: 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 --- README.CMake.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- cgit v1.2.3