https://github.com/minifpc/doc
miniFPC Documentation - The Documentation for miniFPC and miniRTL.
https://github.com/minifpc/doc
chm compiler fpc minimalist pascal programming rtl windows
Last synced: 9 months ago
JSON representation
miniFPC Documentation - The Documentation for miniFPC and miniRTL.
- Host: GitHub
- URL: https://github.com/minifpc/doc
- Owner: minifpc
- License: mit
- Created: 2024-10-20T14:35:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T18:43:29.000Z (about 1 year ago)
- Last Synced: 2025-03-27T23:46:08.844Z (9 months ago)
- Topics: chm, compiler, fpc, minimalist, pascal, programming, rtl, windows
- Language: HTML
- Homepage:
- Size: 299 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation for the miniFPC Project
miniFPC Documentation
To view the Documentation as HTML Mark-Down, you can follow the Link:
[click here](https://fpc.kallup.net). or as: [alternative](https://minifpc.github.io/doc/).
To create the Documentation on your own local Developer Domain, you can use the
shiped **build.bat** in this repro.
D:\a\TinyRTL\TinyRTL\doc>build.bat
-[ remove old crap... ]-
-[ create new: de folders... ]-
-[ create new: en folders... ]-
-[ copy new: de files... ]-
-[ copy new: en files... ]-
-[ create de: dark chm file... ]-
-[ create de: light chm file... ]-
-[ create en: dark chm file... ]-
-[ create en: light chm file... ]-
-[ create de: dark htm file... ]-
-[ create de: light htm file... ]-
-[ create en: dark htm file... ]-
-[ create en: light htm file... ]-
-[ copy new de: chm files... ]-
-[ copy new en: chm files... ]-
-[ successfully build files... ]-
done.
This can take a while. And you have the Environment variable **DOXYGEN_HH** together with
the latest **doxygen** distribution for your System (Windows) with working copy of
Microsoft HTML Help Compiler (which is part of HTML Workshop).
The result will be:
- 2 chm (Compiled Windows Help):
* dark style for English Developers
* light style
- 2 chm (Compiled Windows Help):
* dark style for German Developers
* light style
- 2 pdf
- English
- German
Have a nice Day
Your miniFPC Team