jackwener commented on code in PR #8876: URL: https://github.com/apache/arrow-datafusion/pull/8876#discussion_r1452883719
########## docs/source/contributor-guide/index.md: ########## @@ -95,9 +95,13 @@ Compiling DataFusion from sources requires an installed version of the protobuf On most platforms this can be installed from your system's package manager ``` +#Linux $ sudo apt install -y protobuf-compiler +$ sudo apt install -y dnf $ dnf install -y protobuf-devel $ pacman -S protobuf + +#Macos Review Comment: ```suggestion # macOS ``` ########## docs/source/contributor-guide/index.md: ########## @@ -95,9 +95,13 @@ Compiling DataFusion from sources requires an installed version of the protobuf On most platforms this can be installed from your system's package manager ``` +#Linux $ sudo apt install -y protobuf-compiler +$ sudo apt install -y dnf Review Comment: ```suggestion $ sudo apt install -y protobuf-compiler dnf ``` ########## docs/source/contributor-guide/index.md: ########## @@ -95,9 +95,13 @@ Compiling DataFusion from sources requires an installed version of the protobuf On most platforms this can be installed from your system's package manager ``` +#Linux Review Comment: ```suggestion # Linux ``` -- 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]
