Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartiku committed Apr 12, 2019
2 parents 0fe6cc0 + 50a3b6e commit 806a22e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# pcre2-win-build
# Compiling for lua on windows 10 x64

build `pcre2-8` project for configuration Release and platform x64

Run _x64 Native Tools Command Prompt for VS 2017_ and install with luarocks pointing at the proper directories.

```luarocks install Lrexlib-PCRE2 PCRE2_DIR=H:\GitHub\pcre2-win-build\build-VS2017\x64\Release PCRE2_INCDIR=H:\GitHub\pcre2-win-build\include```

# Original readme
## pcre2-win-build

pcre2 Windows build with Visual Studio.

Expand Down

0 comments on commit 806a22e

Please sign in to comment.