Emacs repos (read only):
Official CVS:
HEAD:
export CVS_RSH=”ssh”
cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
GNU Arch Location: http://arch.sv.gnu.org/archives/emacs
The branches currently available are: emacs-devo-0 emacs-lexbind-0 emacs-tiling-0 emacs-unicode-0 gnus-devo-0 gnus-rel-5.10
Mercurial (HEAD only): hg clone http://hg.intevation.org/emacs
git: git-clone git://git.sv.gnu.org/emacs.git
create a local branch from emacs-unicode-2 for building:
git checkout -b my-emacs23 origin/emacs-unicode-2
(then you can use "git checkout master / git checkout my-emacs23" to switch between two branches.
Build under MacOSX: ./configure --prefix=/usr --enable-carbon-app
Carbon port is dead, long live Carbon port!
./configure --with-ns --without-x --enable-ns-app --prefix=/usr/local --without-freetype

Leave a comment