perlhaiku

perlhaiku

NAME

perlhaiku - Perl version 5.10+ on Haiku

DESCRIPTION

This file contains instructions how to build Perl for Haiku and lists known problems.

BUILD AND INSTALL

The build procedure is completely standard:

./Configure -de
make
make install

Make perl executable and create a symlink for libperl:

chmod a+x /boot/common/bin/perl
cd /boot/common/lib; ln -s perl5/5.22.0/BePC-haiku/CORE/libperl.so .

Replace 5.22.0 with your respective version of Perl.

登录查看完整内容