X-Git-Url: https://git.8kb.co.uk/?p=dataflex%2Fdf32func;a=blobdiff_plain;f=README.md;h=dd17dcd6c7a71d24cb8a0b0dc3ec2fe5094beb13;hp=4ddfd2812c2041c55837cebc25f389c0ba1a9b23;hb=HEAD;hpb=bcf238db90dafa502b8189b81769e4e0bfedc39c diff --git a/README.md b/README.md index 4ddfd28..dd17dcd 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@ Some useful helper functions to speed up development when working with DataFlex Requirements ------------ -MinGW or compatible GNU C compiler: http://www.mingw.org/ -DataFlex 3.2 Console Mode or greater: http://www.dataaccess.com/ +MinGW or compatible GNU C compiler: + http://www.mingw.org/ +DataFlex 3.2 Console Mode or greater: + http://www.dataaccess.com/ +For regex functionality requires the GNU posix regex libraries: + http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/mingw-regex-2.5.1/mingw-libgnurx-2.5.1-src.tar.gz/download Installation ------------ @@ -38,3 +42,7 @@ The dataflex precompiled package: Alternatively include the dataflex includes as required directly in dataflex source code. + +Once everything is built, copy the dataflex .pki and .flp files to the location where +your dataflex setup expects to find it's pkg and flx files. Copy both df32func.dll and +libgnurx-0.dll to a location in your path.