Re: Euphoria 4.0 docs
- Posted by mattlewis (admin) Aug 10, 2010
- 1394 views
petelomax said...
_tom said...
This makes creating the documentation (automatically) easy.
I have no words
It's actually pretty simple, once you have the environment set up. Basically, need to build eudoc and creolehtml (these are in the Euphoria svn repository) and put them in your path. You'll also need euphoria v4 installed. On Windows, you'll need Watcom, other platforms require GNU make. Then the makefile takes care of the rest:
*nix: $ ./configure $ make htmldoc $ make pdfdoc Windows: > configure.bat > wmake htmldoc > wmake pdfdoc
Matt