Portal:Windows: Difference between revisions

From Perl Guilds - Getting Medieval with Perl
Jump to navigation Jump to search
(Created page with "This page discusses known options for Perl on Windows and options for creating Perl-based programs for distribution on Windows. It focuses more on creating programs for distribution (i.e., selling programs and services to paying customers) than it does for creating a development environment for doing productive things with Perl on Windows. == Perl Environments on Windows == === Strawberry Perl === === Windows Subsystem for Linux 2 (WSL2) === === MSYS2 === === Cygwin...")
 
No edit summary
Line 1: Line 1:
This page discusses known options for Perl on Windows and options for creating Perl-based programs for distribution on Windows. It focuses more on creating programs for distribution (i.e., selling programs and services to paying customers) than it does for creating a development environment for doing productive things with Perl on Windows.
This page discusses known options for Perl on Windows and options for creating Perl-based programs for distribution on Windows. It focuses more on creating programs for distribution ('''i.e., selling programs and services to paying customers''') than it does for creating a development environment for doing productive things with Perl on Windows.


== Perl Environments on Windows ==
== Perl Environments on Windows ==


=== Strawberry Perl ===
=== Strawberry Perl ===
==== Download Installers ====
https://strawberryperl.com/releases.html
==== Development Website ====
https://github.com/StrawberryPerl
==== How to Contribute ====
==== Getting Support ====
https://strawberryperl.com/support.html
==== Summary ====


=== Windows Subsystem for Linux 2 (WSL2) ===
=== Windows Subsystem for Linux 2 (WSL2) ===
Line 12: Line 25:


=== MobaXterm ===
=== MobaXterm ===
=== ActiveState ===


== Perl-based GUIs on Windows ==
== Perl-based GUIs on Windows ==

Revision as of 18:41, 16 January 2025

This page discusses known options for Perl on Windows and options for creating Perl-based programs for distribution on Windows. It focuses more on creating programs for distribution (i.e., selling programs and services to paying customers) than it does for creating a development environment for doing productive things with Perl on Windows.

Perl Environments on Windows

Strawberry Perl

Download Installers

https://strawberryperl.com/releases.html

Development Website

https://github.com/StrawberryPerl

How to Contribute

Getting Support

https://strawberryperl.com/support.html

Summary

Windows Subsystem for Linux 2 (WSL2)

MSYS2

Cygwin

MobaXterm

ActiveState

Perl-based GUIs on Windows

wxPerl

Win32::GUI

Tk

Distributing Perl-based Programs on Windows

Why?

Development Environment

Creating GUIs

Generating EXEs

Creating Installers for your EXEs