summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-03-14 16:28:48 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2013-03-14 16:28:48 +0000
commit72e93ee732db27d10150cfd978353dc951122570 (patch)
tree52ded453f4e491e2a5806328659c0896cc91b666
parent99af2886481a46c47123289e9fdf8b0a7f4c5a56 (diff)
downloadfpGUI-72e93ee732db27d10150cfd978353dc951122570.tar.xz
docs: Updated help integration instructions.
-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 ]===============