caicancai commented on code in PR #8876: URL: https://github.com/apache/arrow-datafusion/pull/8876#discussion_r1453388008
########## docs/source/contributor-guide/index.md: ########## @@ -95,9 +95,12 @@ Compiling DataFusion from sources requires an installed version of the protobuf On most platforms this can be installed from your system's package manager ``` -$ sudo apt install -y protobuf-compiler +# Linux +$ sudo apt install -y protobuf-compiler dnf $ dnf install -y protobuf-devel $ pacman -S protobuf + +# macOS Review Comment: I don’t know, but when I use the dnf command according to the documentation, it shows that I have not installed the dnf command. In fact, I didn’t install the dnf command to execute cargo build and there was no problem. ########## docs/source/contributor-guide/index.md: ########## @@ -95,9 +95,12 @@ Compiling DataFusion from sources requires an installed version of the protobuf On most platforms this can be installed from your system's package manager ``` -$ sudo apt install -y protobuf-compiler +# Linux +$ sudo apt install -y protobuf-compiler dnf $ dnf install -y protobuf-devel $ pacman -S protobuf + +# macOS Review Comment: I don’t know, but when I use the dnf command according to the documentation, it shows that I have not installed the dnf command. In fact, I didn’t install the dnf command to execute cargo build and there was no problem. -- 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]
