mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Update documentation build instructions
This commit is contained in:
parent
5c876088d3
commit
a81bff9349
@ -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::
|
||||||
|
Loading…
Reference in New Issue
Block a user