diff options
| author | rocky <rb@dustyfeet.com> | 2023-03-19 17:16:50 -0400 |
|---|---|---|
| committer | rocky <rb@dustyfeet.com> | 2023-03-19 17:16:50 -0400 |
| commit | ddf264c1ea8c01368bec1e04655b38493938cb75 (patch) | |
| tree | 65068bee0bd1bad60769c5517dd00436d45bb1f1 | |
| parent | ea511e552b6222c52904f775a5eef2f6c471b45f (diff) | |
Add install instructionexternals/realgud-xpyexternals/realgud-treapn-xpy
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | README.md | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fda03c1..c1f6c8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ include common.mk PHONY=check clean dist distclean test check-short check-terse install-short -EXTRA_DIST = common.mk.in INSTALL.md README.md THANKS $(lisp_files) +EXTRA_DIST = common.mk.in README.md THANKS $(lisp_files) if MAINTAINER_MODE @@ -1 +1,24 @@ +Introduction +============ + Emacs Lisp Module to add [trepan-xpy](https://github.com/rocky/trepan-xpy/) support to [realgud](http://github.com/realgud/realgud). + + +Installation +============= + +From github source +------------------ + +* Have `realgud` and `test-simple` installed. +* From inside GNU Emacs, evaluate: +```lisp + (compile (format "EMACSLOADPATH=:%s:%s ./autogen.sh" (file-name-directory (locate-library "test-simple.elc")) (file-name-directory (locate-library "realgud.elc")))) +``` + +[travis-image]: https://api.travis-ci.org/realgud/realgud-lldb.svg?branch=master +[travis-url]: https://travis-ci.org/realgud/realgud-lldb +[melpa-stable-image]: http://stable.melpa.org/packages/realgud-lldb-badge.svg +[melpa-stable]: http://stable.melpa.org/#/realgud-lldb +[melpa-image]: http://melpa.org/packages/realgud-lldb-badge.svg +[melpa]: http://melpa.org/#/realgud-lldb |
