In order to compile FPDoc, the following things are needed:
- The fpdoc sources. These can be downloaded from the FPDoc website.
- The Free Pascal compiler sources. FPDoc uses the scanner from the Free Pascal
comiler to scan the source le.
- The FCL units (or their sources) should be installed.
- fpcmake is needed to create the make le for fpdoc. It comes with Free Pascal, so if
Free Pascal is installed, there should be no problem.
- To make new internationalisation support les, rstconv must be installed, and the GNU
gettext package.
Links to download all these programs can be found on the FPDoc website.
When the fpdoc sources have been unzipped, the Make le must be generated. Before generating
the make le, the location of the compiler source directory should be indicated. In the
Make le.fpc