aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 0 insertions, 10 deletions
diff --git a/README b/README
deleted file mode 100644
index ebdf7c0..0000000
--- a/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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...