Today and yesterday I got my eeepc setup for lisp development, using clbuild to get all the dependencies resolved for me. After some trial and error, here were my steps: Added xandros repositories and updates.xepc.org repositories to /etc/apt/sources.list, set updates.xepc.org to have the same priority as the asus repository in /etc/apt/preferences The version of git […]
Category Archives: eeepc
compiling emacs22 on my eeepc
Friday, February 8, 2008
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 […]