aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 01:27:46 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 01:27:46 +0100
commit5dd35d3687c630a3da86c8e90dc635e7b56c528f (patch)
tree1e8bc239cde53ac7e5f4fdf8fd6c1f5f0bc04e0c
parent3dcb9d1a5bd08b471777a800a9b99544cfea27f1 (diff)
downloadperl-starter-5dd35d3687c630a3da86c8e90dc635e7b56c528f.tar.gz
markdown README
-rw-r--r--README10
-rw-r--r--README.md12
2 files changed, 12 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...
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0dfb951
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# 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...