[Lazarus] new lcl CHMs.
Marco van de Voort
marcov at stack.nl
Sun May 20 22:49:57 CEST 2018
On Sun, May 20, 2018 at 08:05:45PM +0200, Werner Pamler via Lazarus wrote:
> I downloaded the chm-zips from your site, copied them into the folder
> (lazarus)/docs/chm of Laz 1.8.2, and followed the "steps to reproduce"
> of the bug report #32325 (on Windows): Yes, the new files seem to work
> fine. Thank you.
(note they are for trunk lazarus, not 1.8.x. Somebody might want to run them
for 1.8.x. If the doc setup is the same, it should be very easy.
I assume you know it, but for the benefits of the others:
0. build a trunk fpc to get a new fpdoc
1. fetch the FPC doc chm
2. get a 1.8.x source checkout and compile docs/html/build_lcl_docs.lpi
3. run it like this in docs/html:
rem change path so that trunk FPDOC is found.
path d:\fpc32\bin\i386-win32;%PATH%
rem replace --fpcdocs argument with where you put the extract FPC chms
build_lcl_docs.exe --warnings --fpcdocs d:\help --outfmt chm 2>&1 1> logs.txt
rem drink coffee for 10 minutes or so.
)
More information about the Lazarus
mailing list