summaryrefslogtreecommitdiff
path: root/README.symbian
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2011-01-30 10:14:54 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-01-30 11:04:18 +0000
commit0f25a69fabb8157c6b4f78ba772e7581d1cab5fb (patch)
tree03bd1789b86deb020e6ff71306f95d0772fc91f2 /README.symbian
parent6d3c410da452518d0742ca0b5f8cfd0d21af47d9 (diff)
downloadperl-0f25a69fabb8157c6b4f78ba772e7581d1cab5fb.tar.gz
Tidy up pod.
Add more L<> for http links and F<> for filenames.
Diffstat (limited to 'README.symbian')
-rw-r--r--README.symbian23
1 files changed, 11 insertions, 12 deletions
diff --git a/README.symbian b/README.symbian
index f9a739bfb5..04678fe8f5 100644
--- a/README.symbian
+++ b/README.symbian
@@ -33,11 +33,11 @@ mainly as demonstrations.
These instructions have been tested under various Nokia Series 60
Symbian SDKs (1.2 to 2.6, 2.8 should also work, 1.2 compiles but
does not work), Series 80 2.0, and Nokia 7710 (Series 90) SDK.
- You can get the SDKs from Forum Nokia (http://www.forum.nokia.com/).
+ You can get the SDKs from Forum Nokia (L<http://www.forum.nokia.com/>).
A very rough port ("it compiles") to UIQ 2.1 has also been made.
A prerequisite for any of the SDKs is to install ActivePerl
- from ActiveState, http://www.activestate.com/Products/ActivePerl/
+ from ActiveState, L<http://www.activestate.com/Products/ActivePerl/>
Having the SDK installed also means that you need to have either
the Metrowerks CodeWarrior installed (2.8 and 3.0 were used in testing)
@@ -57,7 +57,7 @@ mainly as demonstrations.
releases, SDKs, compilers, platforms, or devices are naturally welcome.
(1) Get a Perl source code distribution (for example the file
- perl-5.9.2.tar.gz is fine) from http://www.cpan.org/src/
+ perl-5.9.2.tar.gz is fine) from L<http://www.cpan.org/src/>
and unpack it in your the C:/Symbian directory of your Windows
system.
@@ -215,7 +215,7 @@ If you see right after "make" this
'cat' is not recognized as an internal or external command,
operable program or batch file.
-it means you need to (re)run the symbian\config.pl.
+it means you need to (re)run the F<symbian\config.pl>.
If you get the error
@@ -250,12 +250,12 @@ is under \Perl).
=head2 sisify.pl
-In the symbian subdirectory there is sisify.pl utility which can be
-used to package Perl scripts and/or Perl library directories into SIS
-files, which can be installed to the device. To run the sisify.pl
-utility, you will need to have the 'makesis' and 'uidcrc' utilities
-already installed. If you don't have the Win32 SDKs, you may try
-for example http://gnupoc.sourceforge.net/ or http://symbianos.org/~andreh/.
+In the symbian subdirectory there is F<sisify.pl> utility which can be used
+to package Perl scripts and/or Perl library directories into SIS files,
+which can be installed to the device. To run the sisify.pl utility,
+you will need to have the 'makesis' and 'uidcrc' utilities already
+installed. If you don't have the Win32 SDKs, you may try for example
+L<http://gnupoc.sourceforge.net/> or L<http://symbianos.org/~andreh/>.
=head2 Using Perl in Symbian
@@ -270,7 +270,7 @@ library, but certain corners of such emulation libraries that tend
to be left unimplemented on non-UNIX platforms have been left
unimplemented also this time: fork(), signals(), user/group ids,
select() working for sockets, non-blocking sockets, and so forth.
-See the file symbian/config.sh and look for 'undef' to find the
+See the file F<symbian/config.sh> and look for 'undef' to find the
unsupported APIs (or from Perl use Config).
The filesystem of Symbian devices uses DOSish syntax, "drives"
@@ -430,4 +430,3 @@ We maintain the binary incompatibility.
=back
=cut
-