mirror of
https://github.com/digarok/buckshot.git
synced 2024-10-31 12:04:51 +00:00
15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
To launch buckshot on Linux, it's best to just run buckshot.sh from the command line.
|
|
|
|
------------------------------------------
|
|
|
|
|
|
NOTE: The conversion tool requires 32 bit libraries for b2d to function.
|
|
|
|
If you can load images, but can't see any preview images, 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
|
|
|
|
|