From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: Compiling git-snapshot-20069831
Date: Thu, 31 Aug 2006 16:59:22 +0200 [thread overview]
Message-ID: <ed6tg9$9ij$1@sea.gmane.org> (raw)
In-Reply-To: 44F6F478.1070708@users.sourceforge.net
Jorma Karvonen wrote:
> Johannes Schindelin wrote:
>> since you do have a recent snapshot, why not try ./configure, as Pasky
>> suggested?
>>
>> BTW I cannot read Finnish, but it probably says that you do not have curl
>> installed. configure would detect that, and automatically set NO_CURL=1.
>
> Sorry,
>
> but I have not any git installed and there is no configure file in
> installing directory. It was the first thing I checked after extracting
> the git-snapshot-20060831.bz2 file. The INSTALL file does not mention
> the ./configure command, either.
>From INSTALL file, 'maint' branch:
Alternatively you can use autoconf generated ./configure script to
set up install paths (via config.mak.autogen), so you can write instead
$ autoconf ;# as yourself if ./configure doesn't exist yet
$ ./configure --prefix=/usr ;# as yourself
$ make all doc ;# as yourself
# make install install-doc ;# as root
>From INSTALL file, 'next' and 'master' branches (here since 2006-08-08):
Alternatively you can use autoconf generated ./configure script to
set up install paths (via config.mak.autogen), so you can write instead
$ make configure ;# as yourself
$ ./configure --prefix=/usr ;# as yourself
$ make all doc ;# as yourself
# make install install-doc ;# as root
> When I tested
>
> make NEEDS_LIBICONV=1 NO_CURL=1
>
> the make succeeded but when trying make install I got error messages
> shown in the enclosed file.
Try then
$ NEEDS_LIBICONV=YesPlease NO_CURL=YesPlease make
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2006-08-31 15:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-31 12:03 Compiling git-snapshot-20069831 Jorma Karvonen
2006-08-31 12:09 ` Johannes Schindelin
2006-08-31 12:24 ` Jakub Narebski
2006-08-31 14:38 ` Jorma Karvonen
2006-08-31 14:59 ` Jakub Narebski [this message]
2006-08-31 15:19 ` Andreas Ericsson
2006-08-31 15:28 ` Johannes Schindelin
2006-08-31 16:59 ` Jorma Karvonen
2006-08-31 17:06 ` Johannes Schindelin
2006-08-31 17:25 ` Jorma Karvonen
2006-08-31 19:30 ` Jakub Narebski
2006-09-01 13:30 ` Jorma Karvonen
2006-08-31 21:37 ` Linus Torvalds
2006-08-31 22:07 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ed6tg9$9ij$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.