Skip to content

Commit ac8c93f

Browse files
committed
Update README due to #62
1 parent e01f198 commit ac8c93f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau
2424

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

27-
If you need a Go language version, please see [*go-peg*](https://github.com/yhirose/go-peg).
27+
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).
2828

2929
How to use
3030
----------
@@ -532,8 +532,6 @@ Tested compilers
532532
* Clang++ 3.5
533533
* G++ 5.4 on Ubuntu 16.04
534534

535-
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).
536-
537535
TODO
538536
----
539537

0 commit comments

Comments
 (0)