Comment 3 for bug 1543836

Revision history for this message
Tim Band (tim-band) wrote :

Hi LEGOManiac-

Thanks for having a go. Looks like there was a mistake in the instructions above.

git checkout release0.8.1beta10

should have been

git checkout 0.8.1beta10

Sorry about that. Now there is a later version, so you can just use:

git checkout 0.8.1

qmake and make all should be run from the lsm directory as you tried. Your attempt did not compile was because there is no such branch as release0.8.1beta10 so you were still on the master branch.
The code on this branch requires SDL and you do not have it installed. For the later 0.8 version the SDL dependency has been removed, so you don't need it if you are compiling that version.

You do not need to go through the whole sequence again. Just go into your lsm directory and do

git clean -fdx (this removes any extra files you created in your earlier attempts)
git checkout 0.8.1
qmake
make all
./stopmotion

Hope that helps!

I'd be really interested to hear how you get on.