compiling in build?
Federico Bruni <[email protected]> Sun, 11 Dec 2011 20:06:55 +0100
| Newsgroups | gmane.comp.gnu.source-highlight.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
a lot of files generated by configure confuse Git.
why don't you suggest to compile in the build/ directory? Or improve
.gitignore?
I would recommend these instructions:
git clone git://git.savannah.gnu.org/src-highlite.git
cd src-highlite
autoreconf -i
cd build
../configure
make
su -c 'make install'
This would make life easier for "non-developers contributors" like me :-)
Cheers,
Federico