commit | 113614b2e5fa60c0666212131155a05a97844691 | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Mon Sep 04 18:28:25 2017 -0700 |
committer | James E. King, III <jking@apache.org> | Mon Sep 04 18:28:29 2017 -0700 |
tree | 0805aece4383e94a43a5c3c2495a7d924f1cf6e4 | |
parent | 722f8e95065aa19a1c5d9846f698d52e6d4d82fc [diff] |
fix flex syntax in compiler readme Patch: Zhaopin <daishun9@gmail.com> This closes #1332
diff --git a/compiler/cpp/README.md b/compiler/cpp/README.md index 77cb234..2fff0d8 100644 --- a/compiler/cpp/README.md +++ b/compiler/cpp/README.md
@@ -79,7 +79,7 @@ From a command prompt: ``` cd thrift/compiler/cpp -flex -osrc\thrift\thriftl.cc src\thrift\thriftl.ll +flex -o src\thrift\thriftl.cc src\thrift\thriftl.ll ``` In the generated thriftl.cc, comment out #include <unistd.h>