[GRASS-dev] doxygen installation

Markus Neteler neteler at osgeo.org
Wed Jul 29 06:06:06 PDT 2015


On Sun, Jul 26, 2015 at 1:42 PM, Rob Parsons <jrobparsons at gmail.com> 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 at Ruth-PC ~
> $ which doxygen
> which: doxygen: unknown command
>
> Ruth at Ruth-PC ~
> $ where doxygen
> INFO: Could not find files for the given pattern(s).
>
> Ruth at 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


More information about the grass-dev mailing list