Chromium Code Reviews| Index: native_client_sdk/src/doc/README |
| diff --git a/native_client_sdk/src/doc/README b/native_client_sdk/src/doc/README |
| index 878e9dc230b90c7714b3b03dc706f4f32c52ecd1..7706897c9276d43b84b68228079645d0669f6e57 100644 |
| --- a/native_client_sdk/src/doc/README |
| +++ b/native_client_sdk/src/doc/README |
| @@ -22,8 +22,9 @@ All output is written to native_client_sdk/doc_generated/... |
| How to build |
| ------------ |
| -To build the docs you will needs sphinx installed (and sphinx-build in your |
| -path). On debian/ubuntu this command is part of the ``python-sphinx`` package. |
| +To build the docs you will need these debian/ubuntu packages: |
| + ``python-sphinx`` |
| + ``python-beautifulsoup`` |
|
Sam Clegg
2014/06/19 01:09:52
Use rst list syntax like above?
bradn
2014/06/19 17:22:55
Done.
|
| There are two primary make targets: ``chromesite`` and ``chromesite_rst``. The |
| ``chromesite`` target will build all documentation, including the doxygen docs. |