Re: [ANNOUNCE] tig-0.10
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:23
Jonas Fonseca [off-list ref] writes:
Junio C Hamano [off-list ref] wrote Mon, Mar 17, 2008:quoted
Jonas Fonseca [off-list ref] writes:quoted
... Building the documentation (sadly?) now depends on DocBook XSL 1.72 to reduce the number of accumulated AsciiDoc and XSL hacks.Well, I've been a quiet but big fan of tig for quite some time, but to me, requiring autoreconf is a much larger regression than DocBook dependency.I am not sure I understand. As far as I know, tig does not require autoreconf unless you have cloned the repository and want to bootstrap the configure script.
Yeah, but that was exactly what your announcement suggested to. Show
Tarball and Gitfeed alternatives to a git person, who already has a clone
of the project, and guess which one he would go ;-).
Also INSTALL file begins with:
Installation instructions
-------------------------
Download a tarball from http://jonas.nitro.dk/tig/releases[] or clone the tig
repository http://jonas.nitro.dk/tig/tig.git[]. Documentation files are
available either in the tarballs or in the above repository in the branch named
'release'.
To install tig simply run:
$ autoreconf
$ ./configure
$ make install
By the way, it would be nice if someday I can get tig work with CJK.
Perhaps I need to tweak something in ncurses?