[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25377: No INSTALL in git sources
From: |
Assaf Gordon |
Subject: |
bug#25377: No INSTALL in git sources |
Date: |
Fri, 6 Jan 2017 18:08:03 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
tag 25377 notabug
thanks
Hello,
On 01/06/2017 08:24 AM, jean-christophe manciot wrote:
> sed sources from git://git.sv.gnu.org/sed
>
> I could not find any autogen.sh nor configure.
[...]
> How are we supposed to build configure?
When building from git, the './bootstrap' script should be used
(it is similar to but more elaborate than just 'autogen.sh' or
'autoreconf -if').
Running 'bootstrap' will also create the INSTALL file.
This is explained in README-hacking file (since building directly from
git is considered more advanced, e.g. for 'hackers').
I do notice that the plain README file does refer to the non-existing
INSTALL file (which does exist if built from tarball).
I'll add a small patch to improve it (leaving this bug open until I do).
regards,
- assaf