diff options
author | Francisco Ambrozio <francisco.ambrozio@gmail.com> | 2012-05-29 17:38:11 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:09 -0500 |
commit | 7da788d25d962215ba039a861433e2d2a9efe66d (patch) | |
tree | 88eb4263e6dfaa9e105fc0f7fc85f86dd3c62ae9 /network/chromium/README | |
parent | 5f13cf75a8f2f695ee6d1a28115d0a6f14f690ea (diff) | |
download | slackbuilds-7da788d25d962215ba039a861433e2d2a9efe66d.tar.gz |
network/chromium: Updated for version 19.0.1084.52.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/chromium/README')
-rw-r--r-- | network/chromium/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/network/chromium/README b/network/chromium/README index 8c736f753b..33eca9bec7 100644 --- a/network/chromium/README +++ b/network/chromium/README @@ -1,14 +1,4 @@ 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 - This requires libevent. |