From df1a6052d3bc818f33be7b59a7c35006373576ab Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 30 Aug 2012 23:21:09 +0300 Subject: [PATCH] Remove INSTALL file from repo Leave INSTALL file for GNU Autotools to produce. --- .gitignore | 1 + INSTALL | 48 ------------------------------------------------ 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 INSTALL diff --git a/.gitignore b/.gitignore index 067ea36..08ca64b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ src/quvi/cmdline.c src/quvi/cmdline.h ChangeLog VERSION +INSTALL diff --git a/INSTALL b/INSTALL deleted file mode 100644 index c8da08d..0000000 --- a/INSTALL +++ /dev/null @@ -1,48 +0,0 @@ - - -Prerequisites -============= - -* libquvi 0.4.0+ - - -Installation from source -======================== - -REMINDER: Run "make uninstall" if you have installed quvi from the -source previously. - - * How to use GNU Autotools build system falls outside of the scope of - this documentation, refer to the appropriate sources instead - - * IF you are unsure, THEN do not install from the source - - quvi is available to many distros as a precompiled package - - - Precompiled packages (ideally) make sure that no old files are - left behind when the software is upgraded or uninstalled - - - Any old files left behind on your system may potentially interfere - with the new version of quvi - - * Consider yourself reminded - -"./configure && make install", typically. See also "./configure --help". -If you are compiling quvi from the development code from the git -repository, see "Installation from development code", instead. - - --without-manual Do not install manual page(s) - - -Installation from development code -================================== - -If you are compiling quvi from the development code, run "autogen.sh", -first. This generates the configuration files that are not in the git -repository. You will need: - - * GNU Autotools (autoconf, automake, etc.) - * Perl (with pod2man) - * GNU gengetopt - -Once the files have been generated, follow the instructions in "Installation -from source" above. -- 2.11.4.GIT