diff options
| -rw-r--r-- | README.CMake.txt | 9 |
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. |
