Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address.

This commit is contained in:
R. Bernstein
2011-05-19 07:43:38 -04:00
parent f2438edcbc
commit 7d23f847e6
27 changed files with 46 additions and 59 deletions

19
INSTALL.git Normal file
View File

@@ -0,0 +1,19 @@
If you are building from the git repository, you will
need the software listed in INSTALL. Additionally you will need:
- git (version control for checking out source code)
- autoconf (which contains programs autoconf and autoreconf)
- automake
- libtool (for building shared libraries),
- m4 (used by autoconf)
- texinfo (for building documentation)
- help2man (turns help for libcdio standalone programs into manual pages)
If you have this
cd <parent directory for source code>
git clone git://git.savannah.gnu.org/libcdio.git
cd libcdio
sh ./autogen.sh
Then follow instructions in INSTALL.