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

Unified Diff: README.rst

Issue 710193003: Reduce the number of times we build a host copy of python. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | build_tools/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.rst
diff --git a/README.rst b/README.rst
index 5c553edff156e40b9e86503ddd7518d56de73b23..6b82abe7bf969f7fe301c3b4b3093420e3b46a3f 100644
--- a/README.rst
+++ b/README.rst
@@ -69,11 +69,20 @@ On Mac OS X you can use homebrew to install these using the following command::
The build system for some of the native Python modules relies on a 32-bit
host build of Python itself, which in turn relies on the development version
-of zlib being available. On 64-bit Ubuntu/Precise this means installing the
-following package: ``lib32z1-dev``.
+of zlib and libssl being available. On 64-bit Ubuntu/Trust this means
binji 2014/11/10 22:21:30 Trusty
+installing:
+
+- zlib1g-dev:i386
+- libssl-dev:i386
+
+On older Debian/Ubuntu systems the packages were called:
+
+- lib32z1-dev
+- libssl0.9.8:i
binji 2014/11/10 22:21:30 i386?
To run the presubmit checks (or ``make test``) you will also need to have
-python coverage module installed.
+the ``coverage`` Python module installed.
+
Building
--------
« no previous file with comments | « no previous file | build_tools/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698