Skip to content

Commit

Permalink
fixup 'make install' documentation. Consolidate and Repair.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@13495 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Jul 24, 2006
1 parent 144e587 commit f2ad61b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ For systems like HPUX that don't have inet_pton please run

perl Configure.pl --define=inet_aton

If you want to install Parrot into a non-standard location use

perl Configure.pl --prefix=/Users/foo/parrot-0.4.5

Running Configure.pl will generate a config.h header, a Parrot::Config
module, platform files and some Makefiles.

Expand Down Expand Up @@ -112,9 +108,10 @@ On some systems you can install parrot:
This installs a bunch of files in /usr/local. The parrot executable is in
/usr/local/bin. Please note that this feature is currently experimental.

You can install into a different location with:
If you want to install Parrot into a non-standard location use:

make install --prefix=/home/foo/bar
perl Configure.pl --prefix=/Users/foo/parrot-0.4.5
make install

But please note that dynamic libs will not be found for non-standard
locations unless you set LD_LIBRARY_PATH or similar.
Expand Down

0 comments on commit f2ad61b

Please sign in to comment.