@@ -15,7 +15,15 @@ a) Install the bjumblr package for your system
15
15
* [ openSUSE] ( https://software.opensuse.org/package/BJumblr )
16
16
* Check https://repology.org/project/bjumblr/versions for other systems
17
17
18
- b) Build your own binaries in the following three steps.
18
+ Note: This will NOT necessarily install the latest version of B.Jumblr. The version provided depends on the packagers.
19
+
20
+ b) Use the latest provided binaries
21
+
22
+ Unpack the provided bjumblr-\* .zip or bjumblr-\* .tar.xz from the latest release and
23
+ copy the BJumblr.lv2 folder to your lv2 directory (depending on your system settings,
24
+ ~ /.lv2/, /usr/lib/lv2/, /usr/local/lib/lv2/, or ...).
25
+
26
+ c) Build your own binaries in the following three steps.
19
27
20
28
Step 1: Clone or download this repository.
21
29
41
49
sudo make install
42
50
```
43
51
44
- ** Optional:** Standard ` make ` and ` make install ` parameters are supported. Compiling using ` make CPPFLAGS+=-O3 `
45
- is recommended to improve the plugin performance. Alternatively, you may build a debugging version using
52
+ ** Optional:** Standard ` make ` and ` make install ` parameters are supported. Alternatively, you may build a debugging version using
46
53
` make CPPFLAGS+=-g ` . For installation into an alternative directory (e.g., /usr/lib/lv2/), change the
47
54
variable ` PREFIX ` while installing: ` sudo make install PREFIX=/usr ` . If you want to freely choose the
48
55
install target directory, change the variable ` LV2DIR ` (e.g., ` make install LV2DIR=~/.lv2 ` ) or even define
@@ -180,6 +187,13 @@ But do not change or delete any definition symbol!
180
187
* Locales: FR
181
188
* Update sample browser
182
189
* Compatibility improved (FreeBSD)
190
+ * Faster
191
+ * Optimized DSP code
192
+ * Compiler optimizations (` -O3 -ffast-math ` )
193
+ * Binary compatibility improved
194
+ * Static libs
195
+ * Strip symbols by default
196
+ * Binary packages provided
183
197
184
198
185
199
## Acknowledgments
0 commit comments