blob: 7e0fdc2ad4b5855e341028180dfbeb428d257f0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Setting up for Integrated Help under your IDE
=============================================
INF help using DocView (preferred)
----------------------------------
Please see the website for detailed instructions on how to do this.
htpp://fpgui.sourceforge.net/docview_ide_integration.shtml
HTML help using Lazarus IDE
---------------------------
For the Integrated Help to work, the fpGUIHelpIntegration package has been
setup to find the help in the /docs/html directory.
Installation:
1) Open fpGUIHelpIntegration.lpk package with Lazarus.
2) Click Compile
3) Click Install
==============[ END ]===============
|