mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
276b8255e2
commit
a4433ca19d
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue