Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: native_client_sdk/src/doc/README

Issue 345703002: Adding development environment tutorial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698