Igor - 2011-09-17

When you install Version 1.5.0 ("Hinxton") installation script displays an error in line 13. The correct script should look like this:

#!/bin/sh

cd ../..
qmake-qt4 -project -after "CONFIG+=opengl" -after "QT+=xml opengl script"
qmake-qt4
make

cd Build/Linux

mkdir "Structure Synth"
mkdir "Structure Synth/Examples"
mkdir "Structure Synth/Misc"
cp ../../Structure\ Synth\ Source\ Code "Structure Synth"
mv "Structure Synth/Structure Synth Source Code" "Structure Synth/structuresynth"
cp ../../LICENSE* "Structure Synth"
cp -r ../../Examples/* "Structure Synth/Examples"
cp -r ../../Misc/* "Structure Synth/Misc"

cd "Structure Synth"
rm -rf `find . -type d -name .svn`
cd ..

Translated Google Translate.