Emacs Cvs Installation

Environment

Ubuntu 8.04

Checkout from cvs

sudo apt-get install ssh cvs
export CVS_RSH="ssh"
cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs

install dependent libraries

sudo apt-get install texinfo libgpmg1-dev libungif4-dev libpng12-dev libgd2-xpm-dev libtiff4-dev libjpeg62-dev librsvg2-dev libgtk2.0-dev libdbus-1-dev

compile and install

./configure --prefix=/usr --enable-font-backend --with-x-toolkit=gtk && make bootstrap && make info && sudo make install
page_revision: 2, last_edited: 1203561286|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License