tekai / geben-on-emacs

Automatically exported from code.google.com/p/geben-on-emacs
GNU Lesser General Public License v2.1
0 stars 0 forks source link

README installation instructions improvements #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Client side installation fails if emacs can not find 'dbgp.elc'.
Steps should read:

<Without GNU make command>
a. Byte compile 'dbgp.el'.
b. Copy `dbgp.elc' to any directory where Emacs can find
c. Byte compile `geben.el'.
d. Copy `geben.elc' and entire `tree-widget' directory to
   any directory where Emacs can find.(Or add the path to `load-path'
   list)

Also, https://code.google.com/p/geben-on-emacs/wiki/JaInstalling  should 
mention that Windows installation is possible (without GNU make).

Original issue reported on code.google.com by eoghanom...@gmail.com on 11 Sep 2013 at 11:56