perlriscos.pod
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· POD 代码 · 共 68 行
POD
68 行
If you read this file _as_is_, just ignore the funny characters yousee. It is written in the POD format (see pod/perlpod.pod) which isspecifically designed to be readable as is.=head1 NAMEREADME.riscos - Perl version 5 for RISC OS=head1 DESCRIPTIONThis document gives instructions for building Perl for RISC OS. It iscomplicated by the need to cross compile. There is a binary version ofperl available from L<http://www.cp15.org/perl/> which you may wish touse instead of trying to compile it yourself.=head1 BUILDYou need an installed and working gccsdk cross compilerL<http://gccsdk.riscos.info/> and REXENL<http://www.cp15.org/programming/>Firstly, copy the source and build a native copy of perl for your hostsystem.Then, in the source to be cross compiled:=over 4=item $ ./Configure=itemSelect the riscos hint file. The default answers for the rest of thequestions are usually sufficient.Note that, if you wish to run Configure non-interactively (see the INSTALLdocument for details), to have it select the correct hint file, you'llneed to provide the argument -Dhintfile=riscos on the Configurecommand-line.=item $ make miniperl=itemThis should build miniperl and then fail when it tries to run it.=itemCopy the miniperl executable from the native build done earlier toreplace the cross compiled miniperl.=item $ make=itemThis will use miniperl to complete the rest of the build.=back=head1 AUTHORAlex Waugh <alex@alexwaugh.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?