]> git.8kb.co.uk Git - dataflex/df32func/blobdiff - README.md
Add function show_window to iminimise cmd windows via Win32 ShowWindow
[dataflex/df32func] / README.md
index 4ddfd2812c2041c55837cebc25f389c0ba1a9b23..dd17dcd6c7a71d24cb8a0b0dc3ec2fe5094beb13 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,12 @@ Some useful helper functions to speed up development when working with DataFlex
 \r
 Requirements\r
 ------------\r
-MinGW or compatible GNU C compiler: http://www.mingw.org/\r
-DataFlex 3.2 Console Mode or greater: http://www.dataaccess.com/\r
+MinGW or compatible GNU C compiler: \r
+       http://www.mingw.org/\r
+DataFlex 3.2 Console Mode or greater: \r
+       http://www.dataaccess.com/\r
+For regex functionality requires the GNU posix regex libraries:\r
+       http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/mingw-regex-2.5.1/mingw-libgnurx-2.5.1-src.tar.gz/download\r
 \r
 Installation\r
 ------------\r
@@ -38,3 +42,7 @@ The dataflex precompiled package:
        \r
 Alternatively include the dataflex includes as required directly in dataflex\r
 source code.
+\r
+Once everything is built, copy the dataflex .pki and .flp files to the location where\r
+your dataflex setup expects to find it's pkg and flx files. Copy both df32func.dll and\r
+libgnurx-0.dll to a location in your path.\r