diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-07 17:31:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-07 17:31:02 +0000 |
commit | b6e5a7158d44b57a37b308aaf8089cb12bd3d09b (patch) | |
tree | f8c763a1a0beb242c51b24e21e29809334ef6935 /README | |
parent | 49f595a6f4b802b4d99a702eb9a0a4475bfafa02 (diff) | |
download | perl-b6e5a7158d44b57a37b308aaf8089cb12bd3d09b.tar.gz |
Use $HOME/localperl as default prefix for installing perl
in the terse installation instructions in README.
p4raw-id: //depot/perl@29227
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |