commit 4c10ccbf
Added some extra 32 bit libs. Fedora 22 could not load the textures.
Changed files
| M | source/misc/standalone/README.txt before |
| M | source/misc/standalone/build_standalone.sh before |
diff --git a/source/misc/standalone/README.txt b/source/misc/standalone/README.txt
index 1c7c03d..65586a5 100644
--- a/source/misc/standalone/README.txt
+++ b/source/misc/standalone/README.txt
@@ -1,7 +1,9 @@
Block Attack - Rise of the Blocks - Linux build
-This is the standalone version. It is precompiled and includes the neccecary libraries to run.
+This is the standalone version. It is precompiled and includes the necessary libraries to run.
Both a 32 bit and 64 bit version is provided.
+It has been tested on Ubuntu 14.04 and Fedora 22
+Some systems might require the game to be launched from the command line.
Check www.blockattack.net for more info.
diff --git a/source/misc/standalone/build_standalone.sh b/source/misc/standalone/build_standalone.sh
index ade6d98..0f23e47 100755
--- a/source/misc/standalone/build_standalone.sh
+++ b/source/misc/standalone/build_standalone.sh
@@ -46,6 +46,8 @@ cp /usr/local/lib/libSDL2-2.0.so.0 /output/x86/ && \
cp /usr/local/lib/libphysfs.so.1 /output/x86/ && \
cp /usr/local/lib/libSDL2_mixer-2.0.so.0 /output/x86/ && \
cp /usr/local/lib/libSDL2_ttf-2.0.so.0 /output/x86/ && \
+cp /usr/lib/i386-linux-gnu/libfreetype.so.6 /output/x86/ && \
+cp /lib/i386-linux-gnu/libpng12.so.0 /output/x86/ && \
cp /usr/local/lib/libSDL2_image-2.0.so.0 /output/x86/"
cd source/misc/standalone/staging/