]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/test-simple/INSTALL
Add 'packages/test-simple/' from commit '75eea25bae04d8e5e3e835a2770f02f0ff4602c4'
[gnu-emacs-elpa] / packages / test-simple / INSTALL
diff --git a/packages/test-simple/INSTALL b/packages/test-simple/INSTALL
new file mode 100644 (file)
index 0000000..20f7800
--- /dev/null
@@ -0,0 +1,18 @@
+This package is now installable from inside Emacs and melpa. 
+
+We have an old-style GNU autoconf configuration as well and an install
+script to pick that up from git sources. For this, you will need:
+
+   * Emacs, of course. Version 23 or better
+   * _autoconf_ and _autoreconf_ to build the configure script. Usually _autoreconf_ comes with an "autoconf" package
+   * GNU Make -- or even better "remake":http//bashdb.sf.net/remake
+  
+If you are feeling lucky, you can try running the install script from the github repository:
+
+    $ bash < <( curl https://raw.github.com/rocky/emacs-test-simple/master/install-from-git.sh )
+
+Otherwise:
+
+   git clone http://github.com/rocky/emacs-test-simple
+   cd emacs-test-simple
+   ./configure && make && [sudo] make install