~ubuntu-branches/ubuntu/precise/perl/precise

« back to all changes in this revision

Viewing changes to README.haiku

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2011-02-06 11:31:38 UTC
  • mto: (8.2.12 experimental) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110206113138-lzpm3g6rur7i3eyp
Tags: upstream-5.12.3
ImportĀ upstreamĀ versionĀ 5.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
Make perl executable and create a symlink for libperl:
23
23
 
24
24
  chmod a+x /boot/common/bin/perl
25
 
  cd /boot/common/lib; ln -s perl5/5.12.2/BePC-haiku/CORE/libperl.so .
 
25
  cd /boot/common/lib; ln -s perl5/5.12.3/BePC-haiku/CORE/libperl.so .
26
26
 
27
 
Replace C<5.12.2> with your respective version of Perl.
 
27
Replace C<5.12.3> with your respective version of Perl.
28
28
 
29
29
=head1 KNOWN PROBLEMS
30
30