summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2013-12-03 02:30:28 (GMT)
committerRavikiran Rajagopal <ravi@nero.lan>2013-12-03 02:30:28 (GMT)
commit99bc563c2437572ca911d95eca4a2923b2b64704 (patch)
tree2620920ead463bfe3e7a4c65bea914e2ab1891a2
parentd1f1231439e9ce96ab403a09d0c920d0336e484f (diff)
downloaddotemacs-99bc563c2437572ca911d95eca4a2923b2b64704.zip
dotemacs-99bc563c2437572ca911d95eca4a2923b2b64704.tar.gz
dotemacs-99bc563c2437572ca911d95eca4a2923b2b64704.tar.bz2
Initial version of documentation
-rw-r--r--Readme.org41
1 files changed, 41 insertions, 0 deletions
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.