Skip to content

Commit

Permalink
Update README due to #62
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuji Hirose committed May 14, 2019
1 parent e01f198 commit ac8c93f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau

This library also supports the linear-time parsing known as the [*Packrat*](http://pdos.csail.mit.edu/~baford/packrat/thesis/thesis.pdf) parsing.

If you need a Go language version, please see [*go-peg*](https://github.com/yhirose/go-peg).
IMPORTANT NOTE for some Linux distributions such as Ubuntu and CentOS: Need `-pthread` option when linking. See [#23](https://github.com/yhirose/cpp-peglib/issues/23#issuecomment-261126127), [#46](https://github.com/yhirose/cpp-peglib/issues/46#issuecomment-417870473) and [#62](https://github.com/yhirose/cpp-peglib/issues/62#issuecomment-492032680).

How to use
----------
Expand Down Expand Up @@ -532,8 +532,6 @@ Tested compilers
* Clang++ 3.5
* G++ 5.4 on Ubuntu 16.04

IMPORTANT NOTE for Ubuntu: Need `-pthread` option when linking. See [#23](https://github.com/yhirose/cpp-peglib/issues/23#issuecomment-261126127) and [#46](https://github.com/yhirose/cpp-peglib/issues/46#issuecomment-417870473).

TODO
----

Expand Down

0 comments on commit ac8c93f

Please sign in to comment.