Commit a81bff93 authored by Victor Zverovich's avatar Victor Zverovich

Update documentation build instructions

parent 5c876088
...@@ -62,7 +62,11 @@ system: ...@@ -62,7 +62,11 @@ system:
* `Python <https://www.python.org/>`_ with pip and virtualenv * `Python <https://www.python.org/>`_ with pip and virtualenv
* `Doxygen <http://www.stack.nl/~dimitri/doxygen/>`_ * `Doxygen <http://www.stack.nl/~dimitri/doxygen/>`_
* `Less <http://lesscss.org/>`_ with less-plugin-clean-css * `Less <http://lesscss.org/>`_ with ``less-plugin-clean-css``.
Ubuntu doesn't package the ``clean-css`` plugin so you should use ``npm``
instead of ``apt`` to install both ``less`` and the plugin::
sudo npm install -g less less-plugin-clean-css.
First generate makefiles or project files using CMake as described in First generate makefiles or project files using CMake as described in
the previous section. Then compile the ``doc`` target/project, for example:: the previous section. Then compile the ``doc`` target/project, for example::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment