tanruixiang commented on issue #776: URL: https://github.com/apache/incubator-kvrocks/issues/776#issuecomment-1240877870
@PragmaTwice @git-hulk Thank you for your reply. Do you think we need to indicate in readme that MacOS needs to use the instructions @PragmaTwice provide? Let me share my thoughts as a new user. When I encountered a compilation error on MacOS, I gave up using MacOS directly. The docker installation Ubuntu image is used instead. If there is a MacOS build version in readme, I think I can use it more happily. ``` $ git clone https://github.com/apache/incubator-kvrocks.git $ cd incubator-kvrocks $ ./x.py build # `./x.py build -h` to check more options; # especially, `./x.py build --ghproxy` will fetch dependencies via ghproxy.com. # macOS ./x.py build -DCMAKE_OSX_DEPLOYMENT_TARGET = Appropriate version ``` -- 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]
