Hi All,
I read the README.md file provided in
http://philjackson.github.com/magit. and found that
make && *sudo make install* will install the magit.el in
/usr/local/share/emacs/site-lisp this required root access ,but how I can
install magit in my home directory (/home/anoop/.emacs.d/site-
lisp) *without root permission* ,If I copy magit.el to
/home/anoop/.emacs.d/site-lisp and
put (require 'magit' ) in my .emacs will it work ?.
Thanks:
Anoop G
On Mon, Apr 23, 2012 at 1:19 AM, Anoop <[email protected]> wrote:
> Hi All,
>
> I downloaded magit-1.1.1 from
> https://github.com/magit/magit/downloads
> and in http://zagadka.vm.bytemark.co.uk/magit/ mentioned the
> following steps to install it
>
> sh ./autogen.sh
> ./configure [опции]
> make && make install
>
> there is no autogen.sh or configure file in magit-1.1.1 and I don't
> want to install in /usr/local/share/emacs/site-lisp/ folder . I want
> to install it in $HOME/emacs.d/site-lisp folder . If I copy all .el
> files in to $HOME/emacs.d/site-lisp folder will it work? .
>
> thanks:
> Anoop
>
>