On 8/10/10, Alok G. Singh <[email protected]> wrote: > Is there a repo with binary packages of the excellent emacs-snapshot[1] > ? > > Footnotes: > [1] http://emacs.orebokech.com/
If you have a debian arm box, you can add deb-src http://emacs.orebokech.com sid main to /etc/apt/sources.list and go $ apt-get source emacs-snapshot $ apt-get build-dep emacs-snapshot $ cd emacs-snapshot-* $ dpkg-buildpackage -rfakeroot -B $ cd .. $ sudo dpkg -i emacs-snapshot*.deb (and if it complains about unsatisfied dependencies) $ sudo apt-get -f install Cheers M -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

