X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=14c4d2108c2111c6ece9e6c91c668156f46918a2;hb=021db424163d574093ff658e9606a6f31942189d;hp=65b5d8a28fbfddeca3b292a5ae72912857d898c9;hpb=a0bda3fbbd18086a4b6043f125d2b181ebb3ea58;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README b/README index 65b5d8a..14c4d21 100644 --- a/README +++ b/README @@ -30,10 +30,13 @@ INSTALLATION If you're using a relatively modern operating system and want to install this version of Perl locally, run the following commands: - ./Configure -des -Dprefix=/opt/foo + ./Configure -des -Dprefix=$HOME/localperl make test make install +This will configure and compile perl for your platform, run the regression +tests, and install perl in a subdirectory "localperl" of your home directory. + If you run into any trouble whatsoever or you need to install a customized version of Perl, you should read the detailed instructions in the "INSTALL" file that came with this distribution. Additionally, there are a number of @@ -57,8 +60,8 @@ using the 'perlbug' tool. For more information about perlbug, either type 'perldoc perlbug' or just 'perlbug' on a line by itself. While it was current when we made it available, Perl is constantly evolving -and there may be a more recent version that bugs you've run into or adds -new features that you might find useful. +and there may be a more recent version that fixes bugs you've run into or +adds new features that you might find useful. You can always find the latest version of perl on a CPAN (Comprehensive Perl Archive Network) site near you at http://www.cpan.org/src/ @@ -93,8 +96,8 @@ Kit, in the file named "Artistic". If not, I'll be glad to provide one. You should also have received a copy of the GNU General Public License along with this program in the file named "Copying". If not, write to the -Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307, USA or visit their web page on the internet at +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA or visit their web page on the internet at http://www.gnu.org/copyleft/gpl.html. For those of you that choose to use the GNU General Public License,