summaryrefslogtreecommitdiffstats
path: root/Readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.org')
-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.