From 3f4fb66d8ca55da501ae5aa7bcef207a78cab4df Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Thu, 19 May 2011 15:00:46 -0400 Subject: [PATCH] INSTALL.git information is in README.develop --- INSTALL.git | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 INSTALL.git diff --git a/INSTALL.git b/INSTALL.git deleted file mode 100644 index a339ad85..00000000 --- a/INSTALL.git +++ /dev/null @@ -1,19 +0,0 @@ -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 - git clone git://git.savannah.gnu.org/libcdio.git - cd libcdio - sh ./autogen.sh - -Then follow instructions in INSTALL.