From 99bc563c2437572ca911d95eca4a2923b2b64704 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Mon, 2 Dec 2013 18:30:28 -0800 Subject: Initial version of documentation diff --git a/Readme.org b/Readme.org new file mode 100644 index 0000000..05381c1 --- /dev/null +++ b/Readme.org @@ -0,0 +1,41 @@ +* Ravi's emacs configuration + +Get code: +#+BEGIN_SRC sh +git clone /path/to/rewrite.emacs.d +cd rewrite.emacs.d +git submodule init +git submodule update +#+END_SRC + +** Build compiled code + +Doxygen support: +#+BEGIN_SRC sh +pushd site-lisp/doxymacs +./booststrap +./configure +make +popd +#+END_SRC + +isync/mbsync to fetch email: +#+BEGIN_SRC sh +pushd site-lisp/isync +touch ChangeLog +./autogen.sh +./configure +make +popd +#+END_SRC +May need to install libdb-devel on Fedora. + +mu and mu4e: +#+BEGIN_SRC sh +pushd site-lisp/mu +autoreconf -i +./configure --disable-gtk --disable-webkit --disable-guile +make +popd +#+END_SRC +May need to install glib2-devel, gmime-devel, xapian-core-devel, libuuid-devel on Fedora. -- cgit v0.10.1