hyperbole-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[solved] Re: make src and bin, package-install-file fails


From: Jean Louis
Subject: [solved] Re: make src and bin, package-install-file fails
Date: Sun, 29 Nov 2020 07:53:56 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Mats Lidell <mats.lidell@lidells.se> [2020-11-29 02:33]:
> Hi Jean,
> 
> > Jean Louis writes:
> > I have tried to do
> >
> > $ make src
> > $ make bin
> 
> make src and make bin is for building hyperbole in place and running it from 
> there. It is documented in the Makefile.
> 
> #               To setup Hyperbole to run directly from the latest test source
> #               code, use:
> #                    git clone http://git.savannah.gnu.org/r/hyperbole.git
> #                    cd hyperbole
> #                 Then use either:
> #                    make src     - setup to run directly from .el files
> #                  or
> #                    make bin     - setup to build and run from .elc files
> 
> What it does not say there is that you need to set your load-path to include 
> the hyperbole folder where you cloned it.
> 
> I have this setup to run from the cloned folder (~/src/hyperbole)
> 
>     (add-to-list 'load-path "~/src/hyperbole")
>     (load "hyperbole-autoloads")
>     (load "hversion")
>     (load "hyperbole")
> 

That works well. Thank you.

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]