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

Unified Diff: build_tools/README.txt

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
« README.rst ('K') | « README.rst ('k') | build_tools/common.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/README.txt
diff --git a/build_tools/README.txt b/build_tools/README.txt
index 13fb74629929be3ad789f226eb5e3b5cef3d1c2f..8e0fa4f1f0c4ffb877ca66adebf58cfd6f856175 100644
--- a/build_tools/README.txt
+++ b/build_tools/README.txt
@@ -9,10 +9,8 @@ libasound2:i386 libxdamage1:i386 libxtst6:i386 libxrandr2:i386 libcap2:i386
libudev0:i386 libgtk2.0-0:i386 libxss1:i386 libexif12:i386
libgl1-mesa-glx:i386
-Building some packages (python) requires:
-libssl0.9.8:i386 lib32z1-dev
-
-Additionally, we currently need some symlinks:
+Additionally, on older Ubuntu system such as Precise, we currently need
+some symlinks to be manually created:
$ cd /usr/lib/i386-linux-gnu/
$ sudo ln -s libcrypto.so.0.9.8 libcrypto.so
$ sudo ln -s libssl.so.0.9.8 libssl.so
« README.rst ('K') | « README.rst ('k') | build_tools/common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698