Re: Unable to compile Eu programs
- Posted by petelomax Aug 26, 2016
- 2180 views
jmduro said...
HTML help does not work: most of the links are outdated. Running archmage under Linux on the CHM help file brings HTML help up to date.
The chm is generated from docs/phix/src via docs/phix/html using docs/phix/makephix.exw
Some time ago I generated an online version at http://www.phix.is-great.org/docs.
I suspect I used constant justcompile=1, and I am (vaguely) aware that there is some kind of docs/ vs docs/docs/ issue, which ought to be fixed.
In short, while .chm is perfect for Windows, it should be relatively straightforward to modify docs/phix/makephix.exw to make something perfect for Linux (as long as it is html-based).
Pete