* Description of what to compile and install

git-svn-id: trunk@55723 -
This commit is contained in:
michael 2017-08-20 19:13:25 +00:00
parent db6c999453
commit eccae5b11c
2 changed files with 31 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1480,6 +1480,7 @@ components/fppkg/standalone/lazarusfppkg.ico -text svneol=unset#image/x-icon
components/fppkg/standalone/lazarusfppkg.lpi svneol=native#text/plain
components/fppkg/standalone/lazarusfppkg.pas svneol=native#text/plain
components/fppkg/standalone/lazarusfppkg.res -text
components/fpreport/README.txt svneol=native#text/plain
components/fpreport/cfgfpreporthtmlexport.lfm svneol=native#text/plain
components/fpreport/cfgfpreporthtmlexport.pp svneol=native#text/plain
components/fpreport/cfgfpreportimageexport.lfm svneol=native#text/plain

View File

@ -0,0 +1,30 @@
Compiling:
- Run-time package:
lclfpreport.lpk
- Report Designer windows and functionality:
design/lazfprepordesign.lpk
- FPreport component IDE registration and design-time support:
design/lazidefpreport.lpk
- Standalone designer:
design/reportdesign.lpr
- Demos: demos/fcldemo.lpr
Before compiling demos:
Copy the contents of the FPC fcl-report/demo directory to the demo
directory.
Check the various defines in udapp.pp and demos.inc:
EXPORTPDF - enable export to PDF
EXPORTFPIMAGE - enable export to image
EXPORTHTML - enable export to html
To enable the following defines, check the lcldemo project
EXPORTLCL - enable export to LCL (preview)
Running on windows:
If EXPORTFPIMAGE is defined, the freetype.dll is needed.