xuzifu666 commented on code in PR #3125: URL: https://github.com/apache/kvrocks/pull/3125#discussion_r2283891726
########## README.md: ########## @@ -80,7 +80,10 @@ It is as simple as: ```shell $ git clone https://github.com/apache/kvrocks.git $ cd kvrocks -$ ./x.py build # `./x.py build -h` to check more options +$ ./x.py build +# `./x.py build -h` to check more options +#If you encounter "stdlib.h file not found" error in MacOS, +#you can add '-DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' to try again. Review Comment: Done -- 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]
