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

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: fix 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..2cdfe1130c8bf938efd4c658c557fa96aca52a84 100644
--- a/native_client_sdk/src/doc/README
+++ b/native_client_sdk/src/doc/README
@@ -22,8 +22,10 @@ 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
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