Skip to content

How to Install the Components

Carlo Barazzetta edited this page Jun 14, 2024 · 4 revisions

Installation of Packages for Delphi (from XE6 to Delphi 12)

To Installa TMarkDownViewer Component, you need to install HTMLViewer Components, from the Project: https://github.com/BerndGabriel/HtmlViewer.git

To simplify the installation, you can use the Packages Group prepared in this Project in the folder: \Ext\HTMLViewer\package\Rad Studio XXX\HTMLViewerPackagesXXX.groupproj

Build the run-time package: FrameViewer and install the design-time package: dclFrameViewer:

Then, open the package group Vcl.MarkDownHelpViewerGroup.groupproj from the correct folder of your Delphi version (eg. \MarkDownHelpViewerGroup\Packages\D12).

Then build the run-time package: MarkDownHelpViewerGroupDXX and install the design-time package: dclMarkDownHelpViewerGroupDXX.

Remember to add the "{Folder}\MarkDownHelpViewerGroup\source" path to use the components in your application or the library path "{Folder}\MarkDownHelpViewerGroup\Lib\DXX\WinXX\Release"

if you need package for other Delphi version not included (newer than XE6) please add a new Issue