How to install Doxygen GUI on Ubuntu?
I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where ca开发者_如何学Pythonn I get it?
In Debian the package is called doxygen-gui. It must be the same in Ubuntu, so try sudo apt-get install doxygen-gui
.
Edit : apparently, doxygen-gui doesn't exist in Karmic. Try any other repo ? http://packages.ubuntu.com/search?keywords=doxygen-gui
apt-file search doxywizard
is a good way to answer this type of question, and leads directly to doxygen-gui
.
I installed the older package from Jaunty on Karmic. I believe it was from this link: http://packages.ubuntu.com/en/jaunty/doxygen-gui YMMV.
Yes, and from what I've read it will become available again in Ubuntu Lucid Lynx , 10.04 (see: https://launchpad.net/ubuntu/+source/doxygen/1.6.2-0ubuntu1 )
Downloaded .deb-file from : https:// launchpad.net/ubuntu/lucid/i386/doxygen-gui/1.6.2-1 But that needs some libqt4-xml version higher then the jaunty jackalope 9.10 repository .
Guess we'll have to wait a bit .
if you use eclipse there is a plugin called eclox which would do the trick.
(tested it in ubuntu 9.04)
精彩评论