Skip to content

Category Archives: eeepc

clbuild on my eeepc

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 […]

compiling emacs22 on my eeepc

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 […]