martin-g commented on code in PR #2756: URL: https://github.com/apache/avro/pull/2756#discussion_r1497064668
########## lang/c++/README: ########## @@ -39,8 +39,8 @@ mkdir build cd build cmake -G "Unix Makefiles" .. -If it doesn't work, either you are missing some packages (boost, flex or bison), -or you need to help configure locate them. +If it doesn't work, either you are missing boost package or you need to help +configure locate it. Review Comment: So, `flex` and `bison` are no more needed ? (I am not familiar with the C++ SDK!) ########## lang/c++/README: ########## @@ -39,8 +39,8 @@ mkdir build cd build cmake -G "Unix Makefiles" .. Review Comment: Should this be updated after https://github.com/apache/avro/pull/2745 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
