Added some info that came up on fltk.general:

Subject: README mods [was: Fl_Choice crash on 1.3.2 on MacOS]
    o Special instructions for svn checkout to use 'make makeinclude'
    o Added list of commonly used make targets



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10107 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano
2014-02-19 18:24:29 +00:00
parent dc80217531
commit b385d4328c
+17
View File
@@ -85,6 +85,23 @@ BUILDING AND INSTALLING FLTK UNDER UNIX AND Mac OS X
need to run "make install-desktop" as root. need to run "make install-desktop" as root.
SVN USERS
If you've just checked out a fresh copy of FLTK from SVN,
you'll need to generate an initial version of 'configure'
by running 'make makeinclude'. (We don't include a copy
of configure in svn)
MAKE TARGETS
make -- builds the library + test programs (does not install)
make install -- builds and installs
make clean -- clean for a rebuild
make distclean -- like 'clean', but also removes docs, configure, fltk-config
( cd src; make ) -- builds just the fltk libraries
BUILDING FLTK UNDER MICROSOFT WINDOWS BUILDING FLTK UNDER MICROSOFT WINDOWS
There are two ways to build FLTK under Microsoft Windows. There are two ways to build FLTK under Microsoft Windows.