On Wednesday 01 of April 2009 21:32:36 Reuben Thomas wrote: > On Wed, 1 Apr 2009, Mike Frysinger wrote: > > the `git clone` is the install. just execute the gnulib-tool script from > > there. > > Right. So I just add the directory to my PATH? Or symlink gnulib-tool into > a directory on my PATH?
AFAIK it is not useful to "install" gnulib to your system. gnulib is a statically linked library. Each particular project builds and links gnulib's modules on its own during build. I suggest to start here: http://www.gnu.org/software/gnulib/manual/html_node/Library-vs-Reusable-Code.html Kamil