mirror of
https://github.com/digarok/buckshot.git
synced 2024-12-12 09:29:02 +00:00
10 lines
296 B
Plaintext
10 lines
296 B
Plaintext
The conversion tool requires 32 bit libraries for b2d to function.
|
|
|
|
If you can load images, but can't see any preview, your system probably doesn't have these installed, but it's easy to remedy.
|
|
|
|
Just install libc6-i386 with the following command (Ubuntu):
|
|
|
|
sudo apt-get install libc6-i386
|
|
|
|
|