A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Bison | HOME | Python 3.13 » |
Name: Perl
Summary: The Perl scripting language
License: Perl/Artistic/GPLv2
Version: 5.42.0
URL: https://www.cpan.org/src/5.0/perl-5.42.0.tar.gz
To configure Perl for install into the build root, run the following command:
sh Configure -des \
-D prefix=/usr \
-D vendorprefix=/usr \
-D useithreads \
-D uselongdouble \
-D usemultiplicity \
-D useposix \
-D useshrplib \
-D use64bitint \
-D use64bitall \
-D privlib=/usr/lib64/perl5/5.42.0 \
-D archlib=/usr/lib64/perl5/5.42.0/x86_64-linux-thread-multi \
-D sitelib=/usr/lib64/perl5/site_perl/5.42.0 \
-D sitearch=/usr/lib64/perl5/site_perl/5.42.0/x86_64-linux-thread-multi \
-D vendorlib=/usr/lib64/perl5/vendor_perl/5.42.0 \
-D vendorarch=/usr/lib64/perl5/vendor_perl/5.42.0/x86_64-linux-thread-multi
To compile Perl, run the following command:
make
Finally, to install Perl into the build tree, run the following command:
make install
More details about this package is covered later in the core system build.
| Navigation | ||
|---|---|---|
| « GNU Bison | HOME | Python 3.13 » |