]> code.delx.au - gnu-emacs-elpa/blob - packages/test-simple/INSTALL
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / test-simple / INSTALL
1 This package is now installable from inside Emacs and melpa.
2
3 We have an old-style GNU autoconf configuration as well and an install
4 script to pick that up from git sources. For this, you will need:
5
6 * Emacs, of course. Version 23 or better
7 * _autoconf_ and _autoreconf_ to build the configure script. Usually _autoreconf_ comes with an "autoconf" package
8 * GNU Make -- or even better "remake":http//bashdb.sf.net/remake
9
10 If you are feeling lucky, you can try running the install script from the github repository:
11
12 $ bash < <( curl https://raw.github.com/rocky/emacs-test-simple/master/install-from-git.sh )
13
14 Otherwise:
15
16 git clone http://github.com/rocky/emacs-test-simple
17 cd emacs-test-simple
18 ./configure && make && [sudo] make install