Quote:
Originally Posted by kovidgoyal
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