Changes between Version 4 and Version 5 of pjsip-doc/breathe
- Timestamp:
- Feb 26, 2014 11:50:44 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/breathe
v4 v5 11 11 1. Doxygen is required. `Install <http://www.stack.nl/~dimitri/doxygen/download.html#srcbin>`_ it for your platform. 12 12 13 2. On Ubuntu, the easiest way to install all the tools is with `Python Package Index (PyPI) <http://pypi.python.org>`_. Just run this and it will install Sphinx, Breathe, and all the required tools if they are not installed::13 2. The easiest way to install all the tools is with `Python Package Index (PyPI) <http://pypi.python.org>`_. Just run this and it will install Sphinx, Breathe, and all the required tools if they are not installed:: 14 14 15 15 $ sudo pip install breathe 16 16 17 3. Otherwise consult Sphinx and Breathe sites for installation instructions and you may need to install these manually:17 3. Otherwise if PyPI is not available, consult Sphinx and Breathe sites for installation instructions and you may need to install these manually: 18 18 19 - `Sphinx <http://sphinx-doc.org>`_ 20 - `Breathe <http://michaeljones.github.io/breathe/index.html>`_ 19 21 - docutils 20 22 - Pygments 21 - `Sphinx <http://sphinx-doc.org>`_22 - `Breathe <http://michaeljones.github.io/breathe/index.html>`_23 23 24 24