summaryrefslogtreecommitdiffstats
path: root/network/chromium/README
diff options
context:
space:
mode:
author Yucatan Costa <jedi.kenjiro@gmail.com>2011-03-06 10:09:19 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-03-06 10:09:19 -0300
commitdbf119ec11d3acf73b95d2cf421cf7b0ec8a2ef9 (patch)
treefd33b3e55f3dcf9cd6253379a62c341246e0335c /network/chromium/README
parent67d04ea4e22e66df0dfd36a0ecf6ad2c2a929e0c (diff)
downloadslackbuilds-dbf119ec11d3acf73b95d2cf421cf7b0ec8a2ef9.tar.gz
slackbuilds-dbf119ec11d3acf73b95d2cf421cf7b0ec8a2ef9.tar.xz
network/chromium: Updated for version 9.0.597.107.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/chromium/README')
-rw-r--r--network/chromium/README14
1 files changed, 12 insertions, 2 deletions
diff --git a/network/chromium/README b/network/chromium/README
index 90aca91c37..1cf9328f2c 100644
--- a/network/chromium/README
+++ b/network/chromium/README
@@ -1,4 +1,14 @@
-Google Chromium is a browser that combines a minimal design with sophisticated
-technology to make the web faster, safer, and easier.
+Google Chromium is a browser that combines a minimal design with
+sophisticated technology to make the web faster, safer, and easier.
+
+Note:
+Some processors don't have the SSE2 flag. Check it with:
+
+ cat /proc/cpuinfo | grep -i sse2
+
+In this case you should disable sse2 when compiling chromium. Do this by
+running the script as:
+
+ NO_SSE2=1 ./chromium.SlackBuild
Dependencies: yasm, libevent, gnome-keyring