README.haiku (perl-5.30.2.tar.xz) | : | README.haiku (perl-5.30.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
The build procedure is completely standard: | The build procedure is completely standard: | |||
./Configure -de | ./Configure -de | |||
make | make | |||
make install | make install | |||
Make perl executable and create a symlink for libperl: | Make perl executable and create a symlink for libperl: | |||
chmod a+x /boot/common/bin/perl | chmod a+x /boot/common/bin/perl | |||
cd /boot/common/lib; ln -s perl5/5.30.2/BePC-haiku/CORE/libperl.so . | cd /boot/common/lib; ln -s perl5/5.30.3/BePC-haiku/CORE/libperl.so . | |||
Replace C<5.30.2> with your respective version of Perl. | Replace C<5.30.3> with your respective version of Perl. | |||
=head1 KNOWN PROBLEMS | =head1 KNOWN PROBLEMS | |||
The following problems are encountered with Haiku revision 28311: | The following problems are encountered with Haiku revision 28311: | |||
=over 4 | =over 4 | |||
=item * | =item * | |||
Perl cannot be compiled with threading support ATM. | Perl cannot be compiled with threading support ATM. | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |