compiling.txt 524 B

1234567891011121314151617181920
  1. Before compiling:
  2. Check the various defines in udapp.pp and demos.inc:
  3. EXPORTPDF - enable export to PDF
  4. EXPORTFPIMAGE - enable export to image
  5. EXPORTHTML - enable export to html
  6. To enable the following defines, check the lcldemo and fpguidemo projects in Lazarus/FPGUI:
  7. EXPORTLCL - enable export to LCL (preview)
  8. EXPORTAGGPAS - enable export to aggpas
  9. EXPORTFPGUI - enable export to fpgui (preview)
  10. Bare-bones use (only fcl needed):
  11. - compile fcldemo.pp
  12. - compile webdemo.pp
  13. run without cmd-line params to see usage.