Skip to content

Commit

Permalink
Adds a note on USE_BOOST_REGEX to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgockel committed Sep 21, 2014
1 parent 743498f commit 8bebe13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ However, you can use [Boost.Regex][Boost.Regex] as the regular expression engine
implementations.
The downside of this is your application must link with the Boost libraries (`-lboost_regex -lboost_system`).

$> make USE_BOOST_REGEX=1
$> sudo make install

In the long-term, this library should be ported to MSVC, but there is no timeline for doing so at the moment.
For progress updates, check in at [the MSVC support issue](https://github.com/tgockel/json-voorhees/issues/7).

Expand Down

0 comments on commit 8bebe13

Please sign in to comment.