Installation from bzr trunk

Asked by Jan

How do I install Cover Thumbnailer from the Bazaar trunk? I tried:
bzr clone lp:cover-thumbnailer
cd cover-thumbnailer/cover-thumbnailer (why is it double nested btw?)
sudo make install
sh install

But then I get:
install: 208: Syntax error: redirection unexpected

I rarely ever install from trunk, any help is appreciated. ;)

Question information

Language:
English Edit question
Status:
Solved
For:
Cover Thumbnailer Edit question
Assignee:
No assignee Edit question
Solved by:
Fabien LOISON
Solved:
Last query:
Last reply:
Revision history for this message
Best Fabien LOISON (flozz) said :
#1

Hello !
I have not any makefile, so you can't use gnu make :)
when you are in the source directory, just enter the following command:
$ sudo ./install.sh --install

For more information about the options of the script:
$ ./install.sh

(see also in the README file)

Regards,

Revision history for this message
Jan (jancborchardt-deactivatedaccount) said :
#2

Thanks Fabien LOISON (FLOZz), that solved my question.

Revision history for this message
Jan (jancborchardt-deactivatedaccount) said :
#3

Ah right, I need to start reading READMEs. Thanks. :)