From c6acac244447cac2b4580658b40f3bde2425b8c4 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 6 Sep 2010 07:26:54 +0200 Subject: Allow loading byte-compiled Geiser without make install --- README | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index d2acd6f..001bd63 100644 --- a/README +++ b/README @@ -43,12 +43,20 @@ $ mkdir build; cd build - Configure and make: $ ../configure && make - - Install it with: + + Now, you can use the byte-compiled Geiser in place by adding to + your .emacs: + + (load "/build/elisp/geiser-load") + + or, alternatively, install it with: + $ make install (you might need to get root access, depending on your installation - directory) and require 'geiser-install (not 'geiser, mind you) in - your emacs initialization file: + directory) and, instead of the above load forms, require + 'geiser-install (not 'geiser, mind you) in your emacs + initialization file: (require 'geiser-install) -- cgit v1.2.3