Re: video_config() Returning Wrong Information
- Posted by DerekParnell (admin) Aug 19, 2009
- 1373 views
How do I build docs from sources?
Here is how I do it ...
I have a .bat file called "mybuild.bat" in the DOCS folder. It looks like this ...
@ echo off eui ..\..\tools\eudoc\trunk\eudoc.ex -v -a manual.af -o euphoria.txt eui ..\..\tools\creole\trunk\creolehtml.ex -A=ON -t=template.html -ohtml euphoria.txt
- Set the DOCS folder as the current folder
- Make sure that there is a HTML folder in the DOCS folder.
- Run the batch file above
- Updated HTML is now in the DOCS\HTML folder.
That still requires that eudoc and creole to be downloaded. If you download these and put them in eu_dev/source/eudoc and eu_dev/source/eudoc/creole then jam manual will work. The command did not work because the SVN command line program was not installed.
The .bat file you gave to him will not work either as he does not have EuDoc or CreoleHTML.
Yeah ... so ...??? I know it didn't work for euphoric because SVN command line utility wasn't installed. That is not my point. I just gave an alternative that doesn't require that tool or 'jam'. Is that so bad??? The 'jam' method won't work either if eudoc and/or creolehtml isn't installed.
I suppose I should have mentioned that I'm assuming that the whole OpenEuphoria repository had been downloaded and kept up to date - by any method that he chooses to do that by. mea maxima culpa.