Tonight I took some time and compiled emacs22 for my eeepc. After a little trial and error, here were my steps:
- Download emacs
- Add non-asus package repositories
- sudo apt-get install build-essential
- sudo apt-get install libncurses5-dev
- sudo apt-get install xlibs-dev (if you want to emacs to use X)
- unpack emacs tarball
- ./configure
- make (took about 6 minutes)
- sudo make-install
- go to sleep
2 Comments