summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2011-01-24 09:50:35 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-01-24 09:58:42 -0800
commit42d76a89f0308e2d3a0c6ca2f02b4aa4502c1dc6 (patch)
treee5c1ed0d1082c5e771ace28fb37eea7884b494da /README.win32
parent21b40ab442b461ea27dd4f3619b703dfc7ae3601 (diff)
downloadperl-42d76a89f0308e2d3a0c6ca2f02b4aa4502c1dc6.tar.gz
[perl #82706] Tidy up README.win32 pod.
Surround http:// links with L<> and tidying up lists slightly.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3243
1 files changed, 25 insertions, 18 deletions
diff --git a/README.win32 b/README.win32
index cbd42e7678..78cd73c153 100644
--- a/README.win32
+++ b/README.win32
@@ -55,13 +55,20 @@ and experience other problems in code involving sockets.
Note that the last two of these are actually competing projects both
delivering complete gcc toolchain for MS Windows:
-- http://mingw.org - delivers gcc toolchain targeting 32-bit Windows
- platform.
+=over 4
+
+=item L<http://mingw.org>
+
+Delivers gcc toolchain targeting 32-bit Windows platform.
-- http://mingw-w64.sf.net - delivers gcc toolchain targeting both 64-bit
- Windows and 32-bit Windows platforms (despite the project name "mingw-w64"
- they are not only 64-bit oriented). They deliver the native gcc compilers
- and cross-compilers that are also supported by perl's makefile.
+=item L<http://mingw-w64.sf.net>
+
+Delivers gcc toolchain targeting both 64-bit Windows and 32-bit Windows
+platforms (despite the project name "mingw-w64" they are not only 64-bit
+oriented). They deliver the native gcc compilers and cross-compilers
+that are also supported by perl's makefile.
+
+=back
The Borland C++ and Microsoft Visual C++ compilers are also now being given
away free. The Borland compiler is available as "Borland C++ Compiler Free
@@ -77,11 +84,11 @@ This port can also be built on IA64/AMD64 using:
Microsoft Platform SDK Nov 2001 (64-bit compiler and tools)
MinGW64 compiler (gcc version 4.4.3 or later)
-The Windows SDK can be downloaded from http://www.microsoft.com/.
-The MinGW64 compiler is available at http://sourceforge.net/projects/mingw-w64.
+The Windows SDK can be downloaded from L<http://www.microsoft.com/>.
+The MinGW64 compiler is available at L<http://sourceforge.net/projects/mingw-w64>.
The latter is actually a cross-compiler targeting Win64. There's also a trimmed
down compiler (no java, or gfortran) suitable for building perl available at:
-http://strawberryperl.com/package/kmx/64_gcctoolchain/mingw64-w64-20100123-kmx-v2.zip
+L<http://strawberryperl.com/package/kmx/64_gcctoolchain/mingw64-w64-20100123-kmx-v2.zip>
NOTE: If you're using a 32-bit compiler to build perl on a 64-bit Windows
operating system, then you should set the WIN64 environment variable to "undef".
@@ -108,7 +115,7 @@ and parallelability.
A port of dmake for Windows is available from:
- http://search.cpan.org/dist/dmake/
+L<http://search.cpan.org/dist/dmake/>
Fetch and install dmake somewhere on your path.
@@ -162,7 +169,7 @@ everything necessary to build Perl, rather than requiring a separate download
of the Windows SDK like previous versions did.
These packages can be downloaded by searching in the Download Center at
-http://www.microsoft.com/downloads/search.aspx?displaylang=en. (Providing exact
+L<http://www.microsoft.com/downloads/search.aspx?displaylang=en>. (Providing exact
links to these packages has proven a pointless task because the links keep on
changing so often.)
@@ -185,7 +192,7 @@ You will also need to download the "Windows SDK" (the "Core SDK" and "MDAC
SDK" components are required) for more header files and libraries.
These packages can both be downloaded by searching in the Download Center at
-http://www.microsoft.com/downloads/search.aspx?displaylang=en. (Providing exact
+L<http://www.microsoft.com/downloads/search.aspx?displaylang=en>. (Providing exact
links to these packages has proven a pointless task because the links keep on
changing so often.)
@@ -233,7 +240,7 @@ Framework Redistributable" to be installed first. This can be downloaded and
installed separately, but is included in the "Visual C++ Toolkit 2003" anyway.
These packages can all be downloaded by searching in the Download Center at
-http://www.microsoft.com/downloads/search.aspx?displaylang=en. (Providing exact
+L<http://www.microsoft.com/downloads/search.aspx?displaylang=en>. (Providing exact
links to these packages has proven a pointless task because the links keep on
changing so often.)
@@ -331,7 +338,7 @@ shells available after you install the Platform SDK from the Start Menu.
Perl can be compiled with gcc from MinGW release 3 and later (using gcc 3.2.x
and later). It can be downloaded here:
- http://www.mingw.org/
+L<http://www.mingw.org/>
You also need dmake. See L</"Make"> above on how to get it.
@@ -598,11 +605,11 @@ quoted.
The Comprehensive Perl Archive Network (CPAN) offers a wealth
of extensions, some of which require a C compiler to build.
-Look in http://www.cpan.org/ for more information on CPAN.
+Look in L<http://www.cpan.org/> for more information on CPAN.
Note that not all of the extensions available from CPAN may work
in the Windows environment; you should check the information at
-http://testers.cpan.org/ before investing too much effort into
+L<http://testers.cpan.org/> before investing too much effort into
porting modules that don't readily build.
Most extensions (whether they require a C compiler or not) can
@@ -623,12 +630,12 @@ ensure Config.pm knows about it. If you don't have nmake, you can
either get dmake from the location mentioned earlier or get an
old version of nmake reportedly available from:
- http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe
+L<http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe>
Another option is to use the make written in Perl, available from
CPAN.
- http://www.cpan.org/modules/by-module/Make/
+L<http://www.cpan.org/modules/by-module/Make/>
You may also use dmake. See L</"Make"> above on how to get it.