From 65514d941ec1ef9862681e0cf66aecdafc7537dc Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Sun, 15 Jan 2017 20:35:57 -0600 Subject: [PATCH] linux tips --- doc/README.LINUX | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/README.LINUX b/doc/README.LINUX index 634859e..044c719 100644 --- a/doc/README.LINUX +++ b/doc/README.LINUX @@ -1,6 +1,11 @@ -The conversion tool requires 32 bit libraries for b2d to function. +To launch buckshot on Linux, it's best to just run buckshot.sh from the command line. -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. +------------------------------------------ + + +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):