diff options
author | Robin Haberkorn <rh@travelping.com> | 2010-12-30 17:55:19 +0100 |
---|---|---|
committer | Robin Haberkorn <rh@travelping.com> | 2010-12-30 17:55:19 +0100 |
commit | 3dcb9d1a5bd08b471777a800a9b99544cfea27f1 (patch) | |
tree | 8cdefca69616825396419c11d403332e62640d35 | |
parent | 9cae35562022c7ccb0875effcc4f0f11320562b7 (diff) | |
download | perl-starter-3dcb9d1a5bd08b471777a800a9b99544cfea27f1.tar.gz |
README with some build notes
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +preliminary *new* Win32 kephra starter/wrapper + * install MinGW and MSYS (http://www.mingw.org/) + * install Strawberry Perl (http://strawberryperl.com/), presumably to c:\strawberry. otherwise adapt Makefile since LDOPTS returned by ExtUtils::Embed are unusable + * "make" in MSYS shell should build kephra.exe + +TODO: + * display Perl errors in MessageBox + * link .manifest files as resources into the binary + +due to popular demand the starter might evolve into a generic Perl interpreter wrapper with support for reconfiguration without recompilation... |