Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (18 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:16:30.000Z (15 days ago)
- Last Synced: 2024-10-24T00:52:10.549Z (14 days ago)
- Topics: chm, compiler, fpc, minimalist, pascal, programming, rtl, windows
- Language: HTML
- Homepage:
- Size: 289 KB
- Stars: 3
- 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 DocumentationTo 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
- GermanHave a nice Day
Your miniFPC Team