summaryrefslogtreecommitdiff
path: root/docs/fpGUIHelpIntegration.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fpGUIHelpIntegration.txt')
-rw-r--r--docs/fpGUIHelpIntegration.txt34
1 files changed, 25 insertions, 9 deletions
diff --git a/docs/fpGUIHelpIntegration.txt b/docs/fpGUIHelpIntegration.txt
index fc22a7fc..7e0fdc2a 100644
--- a/docs/fpGUIHelpIntegration.txt
+++ b/docs/fpGUIHelpIntegration.txt
@@ -1,15 +1,31 @@
-Setup for Integrated Help under Lazarus
----------------------------------------
-For the Integrated Help to work, the fpGUIHelpIntegration package has been
+ 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
+
+ 1) Open fpGUIHelpIntegration.lpk package with Lazarus.
+
+ 2) Click Compile
+
+ 3) Click Install
+
-Regards,
- - Graeme Geldenhuys -
+ ==============[ END ]===============