Yes. I will update the wiki once I get everything working. Here is what I had to do to get document generation to complete successfully:
Build documentation -------------------- Install latest Graphviz binary distribution for windows from here: http://graphviz.org/Download_windows.php Install latest Doxygen binary distribution for Windows from here: http://www.stack.nl/~dimitri/doxygen/download.html Install latest basic TeX/LaTeX system for Windows from here: http://miktex.org/download After the TeX/LaTeX system is installed, and during the first time 'make pdfdocs' is run, expect to be prompted for additional packages that must be installed to complete the TeX/LaTex system. In MSYS shell, add the path to doxygen.exe and dot.exe $ export PATH=$PATH:/c/"Program Files"/doxygen/bin $ export PATH=$PATH:/c/graphviz-2.38/release/bin $ export PATH=$PATH:/c/"Program Files (x86)"/"MiKTeX 2.9"/miktex/bin $ echo $PATH $ cd /c/OSGeo4W/src/grass7_trunk/ $ make htmldocs $ make pdfdocs Regards, Rob Parsons Raleigh NC On Wed, Jul 29, 2015 at 9:06 AM, Markus Neteler <[email protected]> wrote: > On Sun, Jul 26, 2015 at 1:42 PM, Rob Parsons <[email protected]> > wrote: > > Hi, > > > > I am building up (slowly) a Windows 7 Eclipse (Mars) development > > environment. > > If it makes sense, please consider to eventually update > http://grasswiki.osgeo.org/wiki/Eclipse > > > I have installed the OSGeo4W instrastructure. > > I have installed the 'grass7_trunk' SVN repository locally under > > C:\OSGeo4W\src. > > > > I want to run: > > > > make htmldocs > > make pdfdocs > > > > I know I need to run 'make' from the MSYS shell. > > > > How/where do you normally install doxygen in this particular development > > environment? > > > > > > From MSYS shell: > > --------------------------- > > > > Ruth@Ruth-PC ~ > > $ which doxygen > > which: doxygen: unknown command > > > > Ruth@Ruth-PC ~ > > $ where doxygen > > INFO: Could not find files for the given pattern(s). > > > > Ruth@Ruth-PC ~ > > $ echo $PATH > > > .:/usr/local/bin:/mingw/bin:/bin:/osgeo4w/bin:/c/windows/system32:/c/windows:/c/windows/WBem:/usr/bin:/osgeo4w/apps/Python27/Scripts > > > > > > From OSGeo4W shell: > > -------------------------------- > > > > C:\Users\Ruth\Desktop>where doxygen > > C:\Program Files\doxygen\bin\doxygen.exe > > > > C:\Users\Ruth\Desktop> > > Please try > echo $PATH > also in the OSGeo4W shell, perhaps there is a subtle difference. Or, > add C:\Program Files\doxygen\bin\ to the path in MSYS. > > > Markus >
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
