X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=0000000000000000000000000000000000000000;hp=66d6aec76becdc1325b74c98a2c13120176479b8;hb=bd369779e9a7c862d7d5630bef3b528a2ba5abe0;hpb=33c78a7a43c6266f8bcef2c311a1c11beabaf32b diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 66d6aec..0000000 --- a/INSTALL +++ /dev/null @@ -1,21 +0,0 @@ -To install this module, use - - ./configure - make - make test - make install - -This will install using /usr/bin/perl . If you wish to install using the perl -in your PATH, use 'perl ./configure' instead of 'configure'. - -If you wish to install to a non-standard location, use 'configure ---prefix=location' instead of 'configure'. - -So, to use the perl in your PATH to install to '/tmp', use - - perl ./configure --prefix=/tmp - make - make test - make install - -Enjoy.