delorie.com/archives/browse.cgi | search |
Girvin Herr: > Karl Hammar wrote: > > Can you tell me what source archive you downloaded so I can test for > > myself, or perhaps can you try the git version since I had better luck > > with it. > I don't use git. I prefer stable releases to minimize problems. My > version is "geda-gaf-1.6.2.20110115". Yes, it is old, but it works for I have trying that version [1], and no, the top Makefile doesn't have any doxygen target, you have to go to the libgeda/docs (and similar) subdirectory. The only modules that have a doxygen makefile target are: $ find . -name Makefile | xargs grep ^doxygen: ./gschem/docs/Makefile:doxygen: gschem.dox ./gattrib/docs/Makefile:doxygen: gattrib.dox ./libgeda/docs/Makefile:doxygen: libgeda.dox /// To build the api doc, do as follows: install graphviz (http://graphviz.org/) so that you have the dot command available. cd libgeda/docs/images make images ignore the messages: /bin/sh: inkscape: command not found cd .. make doxygen then point your webbrowser to html/index.html, or do xpdf latex/refman.pdf > me and I have had no compelling reason to update. Yet. ... Ohh, but you can still use the git version -- just for the docs. Give it a try with: git clone http://git.geda-project.org/geda-gaf/ cd geda-gaf ./autogen ./configure --enable-doxygen make make doxygen Good luck. /Karl Hammar [1] http://geda.seul.org/release/v1.6/1.6.2/geda-gaf-1.6.2.tar.gz ----------------------------------------------------------------------- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |