lazarus/lcl/interfaces/fpgui
juha a714a91311 LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
Organize uses-sections by package so that dependencies can be easier seen.

git-svn-id: trunk@53711 -
2016-12-17 22:58:08 +00:00
..
alllclintfunits.pas
fpguiint.pp LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI. 2016-12-17 22:58:08 +00:00
fpguilclintf.inc
fpguilclintfh.inc
fpguiobject.inc
fpguiobjects.pas
fpguiproc.pas
fpguiwinapi.inc
fpguiwinapih.inc
fpguiwsbuttons.pp
fpguiwscalendar.pp
fpguiwscomctrls.pp
fpguiwscontrols.pp
fpguiwsdialogs.pp
fpguiwsextctrls.pp
fpguiwsextdlgs.pp
fpguiwsfactory.pas
fpguiwsforms.pp
fpguiwsgrids.pp
fpguiwsimglist.pp
fpguiwsmenus.pp
fpguiwspairsplitter.pp
fpguiwsprivate.pp
fpguiwsstdctrls.pp
interfaces.pp
Makefile
Makefile.compiled
Makefile.fpc
README.txt

fpGUI Toolkit
=============

The official fpGUI website is:

  http://fpgui.sourceforge.net


Getting the source code
-----------------------
The Lazarus svn does not contain the fpGUI sources. You can get the
fpGUI sources via the fpGUI Git repository as follows:

  git clone git://git.code.sf.net/p/fpgui/code fpgui-code

...or you can download a zip archive of the latest code, using
the mirror repository on GitHub.

  https://github.com/graemeg/fpGUI/archive/master.zip


Setup to compile LCL-fpGUI
--------------------------

 Option 1)
   Copy the 'src' directory from the fpGUI sources into your Lazarus
   directory as follows:

     <fpgui>/src/ ⇒ <lazarus>/lcl/interfaces/fpgui/src/

 Option 2)
   Use your file systems's symbolic linking function to simply link
   the fpGUI src directory to the correct location in Lazarus.

   For example:
     cd /opt/lazarus/lcl/interfaces/fpgui
     ln -s /path/to/fpgui/src src


For more details see:
http://wiki.freepascal.org/fpGUI_Interface