[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Geiser-users] ELPA-ized geiser
From: |
Daniel Hackney |
Subject: |
[Geiser-users] ELPA-ized geiser |
Date: |
Mon, 10 Sep 2012 02:09:54 -0400 |
I ELPA-ized Geiser for my own nefarious purposes and thought it would be
useful for the world:
http://dl.dropbox.com/u/19422084/geiser-0.2.tar
The (rough) steps I took were:
1. ./autogen.sh; ./configure --prefix=/tmp/pth; make; make install
2. cd /tmp/pth
3. mkdir -p /tmp/geiser-0.2/bin
4. cp bin/geiser-racket /tmp/geiser-0.2/bin
5. top="$(dirname $0)/.." # in geiser-racket
6. rm share/emacs/site-lisp/geiser-install.el
7. cp share/emacs/site-lisp/*.el /tmp/geiser-0.2/
8. cp share/info/* /tmp/geiser-0.2/
9. cp -R share/geiser/* /tmp/geiser-0.2/
10. cd /tmp
11. tar cf geiser-0.2.tar geiser-0.2
12. M-x package-install-file RET /tmp/geiser-0.2.tar
You could consider uploading it to Marmalade (http://marmalade-repo.org)
or MELPA (http://melpa.milkbox.net). I don't think MELPA supports
running `make' as a build step (which could complicate texinfo
generation), but I haven't really looked at it.
--
Daniel Hackney
- [Geiser-users] ELPA-ized geiser,
Daniel Hackney <=