summaryrefslogtreecommitdiff
path: root/graphics/opencolorio/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-20 17:54:47 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-26 01:20:08 +0700
commit0b9e6fd38afb65c0086a930ea79f8ea3d4d4ff63 (patch)
treec146e328a36236d5412a0c97a2a9cdb70e920942 /graphics/opencolorio/README
parentdbdef9914972d306669376b3e27c7cd62323740e (diff)
downloadslackbuilds-0b9e6fd38afb65c0086a930ea79f8ea3d4d4ff63.tar.gz
graphics/opencolorio: Fix 32-bit build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/opencolorio/README')
-rw-r--r--graphics/opencolorio/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/opencolorio/README b/graphics/opencolorio/README
index 72cbe886a1..e0f327ea4e 100644
--- a/graphics/opencolorio/README
+++ b/graphics/opencolorio/README
@@ -10,3 +10,8 @@ supporting many popular formats.
Warning: This SlackBuild requires network access when it runs, meaning
it downloads files from the Internet with root access. YMMV on whether
this is a good idea.
+
+Note to 32-bit users: this requires the SSE2 extension. If you
+get "illegal instruction" errors at runtime, your CPU doesn't have
+SSE2. At this point (2022), there aren't that many non-SSE2 x86 CPUs
+still in service, so probably this won't be a problem for you.