Skip to content

Commit fe1fe1e

Browse files
committed
Some README.md updates
1 parent 96ee9d5 commit fe1fe1e

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
alpha3.8 release.
2-
Tue Aug 10 15:51:48 EDT 1999
3-
1+
regex project
2+
-----------
43

5-
See WHATSNEW for change listing.
4+
Build 20:11 2017-08-07 - forked github.com/garyhouston/regex
5+
6+
Needed a stable WIN32 source and build of regex, to include in other projects.
7+
8+
Added a CMake - CMakeLists.txt - build. Depending on the MSVC version installed, should be able to use the build-me.bat in the `build` folder. But if not the command line steps are simple -
9+
10+
```
11+
> cd build
12+
> cmake .. [options]
13+
> cmake --build . --config Release
14+
```
15+
16+
This should get the static `regex.lib`, and a `re-test.exe` built. Note, the `re-test` app has not been tested in Windows...
17+
18+
The previous Makefile instructions are left below, but are unlikely to work in a native Windows MSVC build environment...
619

7-
installation notes:
20+
Previous OLD README:
821
--------
22+
23+
Was alpha3.8 release. Tue Aug 10 15:51:48 EDT 1999 [email protected] (formerly [email protected])
24+
25+
See WHATSNEW for change listing.
26+
927
Read the comments at the beginning of Makefile before running.
1028

1129
Utils.h contains some things that just might have to be modified on
@@ -29,4 +47,5 @@ Main.c, debug.c, split.c are used for regression testing but are not part
2947
of the RE routines themselves.
3048

3149
Regex.h goes in /usr/include. All other .h files are internal only.
32-
--------
50+
51+
; eof

0 commit comments

Comments
 (0)