.deb package for Ubuntu
The easiest way to install Falcon is to use a .deb package. You can download a
package for Ubuntu from
my repository
Prerequisites
If you don't install falcon using the .deb packages, you will need to make sure
you have the following software installed:
- Python 2.4 (falcon does not work with 2.5 due to badness in python-newt)
- Django (Package: python-django) version 0.95
- Newt and python-newt (Package: python-newt)
- python-apt (Package: python-apt)
- Pysqlite (Package: python-pysqlite2)
- Chardet (Package: python-chardet)
- Pygments (Package: python-pygments)
- rsync and an ssh client
- mkisofs (if you want to create CDs)
Source code
The source for falcon can be downloaded with bzr using the following command:
bzr branch http://bazaar.launchpad.net/~dennis/falcon/devel
To update the branch, use:
bzr pull http://bazaar.launchpad.net/~dennis/falcon/devel
Tarball
Tarballs for falcon: