Comment 7 for bug 223723

Revision history for this message
Axel Pospischil (apos) wrote :

Some don't seam to now how to compile from source (debian/ubuntu way) ;)
1. Search were tilda is located (universe) and add source dir of intrepid to sources.list:
 deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid universe
2. sudo apt-get update
3. cd to a temporary directory
4. sudo apt-get build-dep tilda (get's all depenent dev files for the build)
5. sudo apt-get source -b tilda (builds automatically after download)
6. sudo dpkg -i tilda_version.deb

P.S.: Using this self compiled 0.9.6 resolved problems completely for me on hardy. Using the tilda.deb from intrepid does _NOT_ work due to dependencies. So better compile from source or you might break you system.