View Single Post
Old 09-06-2008, 09:55 AM   #374
ould
Zealot
ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.ould ought to be getting tired of karma fortunes by now.
 
Posts: 100
Karma: 1000399
Join Date: Sep 2008
Location: Toronto, Ontario
Device: Sony PRS-500
Quote:
Originally Posted by kovidgoyal View Post
To run from bzr you need to run

Code:
python setup.py build && sudo python setup.py develop
Not python setup.py install
Thanks! You were correct I was missing the build command. I was still able to use

Code:
python setup.py install --root=$pkgdir
I have written a PKGBUILD for the bzr version. PKGBUILD's are used by Arch Linux(my distro of choice) to easily build things from source and still use the package manager to install, uninstall etc, see here for more info PKGBUILD's. Is there somewhere I could contribute this? I noticed at this link Get Caliber You have a few distros listed. Maybe you could add Arch to the list. I can try and work out a PKGBUILD for the stable version as well. No worries if you don't want/need it, I just felt like I could contribute something as your software looks to be pretty amazing so far and I don't even have a reader yet!

Thanks for all the hard work!!

Kevin
ould is offline   Reply With Quote