Changes between Version 55 and Version 56 of DoxygenPlugin


Ignore:
Timestamp:
Dec 1, 2009, 2:37:21 AM (14 years ago)
Author:
Lucas Rangit MAGASWERAN
Comment:

Add instructions using easy_install.

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenPlugin

    v55 v56  
    5151=== Installation ===
    5252
     53Choose to install the plug-in either manually or automatically. In either case, you may need to restart web server to see Doxygen button in navigation tab.
     54
     55==== Manually ====
     56
    5357Download the source code for the DoxygenPlugin from [download:doxygenplugin here] or checkout the source from the trac hacks subversion repository at: http://trac-hacks.org/svn/doxygenplugin.
    5458
     
    6165This will generate a python egg in the dist directory. Copy the egg file into the trac/plugins directory and follow the Configuration steps outlined below.
    6266
    63 You may need to restart web server to see Doxygen button in navigation tab.
     67==== Automatically ====
     68
     69Using easy_install to fetch, build, and install.
     70
     71{{{
     72$ sudo easy_install http://trac-hacks.org/svn/doxygenplugin/0.11/
     73}}}
     74
     75On my Ubuntu 9.10 system it produced the following output:
     76
     77{{{
     78Downloading http://trac-hacks.org/svn/doxygenplugin/0.11/
     79Doing subversion checkout from http://trac-hacks.org/svn/doxygenplugin/0.11/ to /tmp/easy_install-CIE2Es/0.11
     80Processing 0.11
     81Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-CIE2Es/0.11/egg-dist-tmp-88Ruf4
     82unrecognized .svn/entries format in
     83Adding TracDoxygen 0.11.0.2 to easy-install.pth file
     84
     85Installed /usr/local/lib/python2.6/dist-packages/TracDoxygen-0.11.0.2-py2.6.egg
     86Processing dependencies for TracDoxygen==0.11.0.2
     87}}}
    6488
    6589=== Configuring Trac ===