ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] Help me with git


From: William Pursell
Subject: Re: [RP] Help me with git
Date: Sun, 26 Apr 2009 12:37:12 +0100
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

Marcin Kłapkowski wrote:
> I have installed ratpoison from git.
> used ~/git/ratpoison, and now git don't allow me to download it once
> again, because folder is not empty.

Do you mean that git clone is failing?
You should only clone once.  After that,
update with git pull.

> I want to install new version of ratpoison from git. Should I uninstall
> existing ratpoison,
> or can I install just like ./configure;make;make install, from fresh
> code downloaded?
> Sorry, I don't know. Please help me.

The configure script is not in the git
repository.  You must generate it.  You
can do that either by running autogen.sh
or simply run autoreconf.  Here are the
commands you want:

$ cd ~/git/ratpoison
$ git pull
$ autoreconf -iv
$ mkdir ~/build/ratpoison
$ cd ~/build/ratpoison
$ ~/git/ratpoison/configure --prefix=$HOME
$ make
$ make install

-- 
William Pursell




reply via email to

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