diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-03-29 20:01:13 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-03-31 12:48:02 +0100 |
commit | 0753b35e0744e33def272d05d3d289829cf82475 (patch) | |
tree | ec6a9943581e20e2b0b9ffbd055846e5b4c51f55 /audio/guitarix/README | |
parent | 709c5dbfd6efc3b98761034895cc8d472932dde0 (diff) | |
download | slackbuilds-0753b35e0744e33def272d05d3d289829cf82475.tar.gz |
audio/guitarix: Fix building on i486.
Due to changes in gcc-5.3.0, guitarix fails to build without SSE.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/guitarix/README')
-rw-r--r-- | audio/guitarix/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/guitarix/README b/audio/guitarix/README index 5dd02bf29d..b83c4c88a3 100644 --- a/audio/guitarix/README +++ b/audio/guitarix/README @@ -4,11 +4,9 @@ distortion and a diversity of crazy sounds never heard before. Guitarix can be used as a standalone application, as LADSPA plugins, or as LV2 plugins. -meterbridge is an optional runtime dependency. +On 32 bit, a cpu with SSE instructions is required. -By default, the package is built with SSE support if the host CPU supports -SSE. If building for another host, you can set SSE=no in the environment -to build without it. +meterbridge is an optional runtime dependency. Starting with version 0.34.0, guitarix can browse and download presets from the web, using the 'Online' button in the preset selector. To |