kou commented on a change in pull request #11154:
URL: https://github.com/apache/arrow/pull/11154#discussion_r710595551



##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -60,6 +60,17 @@ On Alpine Linux:
            g++ \
            gcc \
            make
+           
+ On Fedora Linux:
+
+.. code-block:: shell
+
+   sudo dnf install \
+        gcc \
+        gcc-c++ \
+        make \
+        automake \
+        cmake      

Review comment:
       Could you sort this list in alphabetical order like others?

##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -60,6 +60,17 @@ On Alpine Linux:
            g++ \
            gcc \
            make
+           
+ On Fedora Linux:

Review comment:
       ```suggestion
   On Fedora Linux:
   ```

##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -60,6 +60,17 @@ On Alpine Linux:
            g++ \
            gcc \
            make
+           
+ On Fedora Linux:
+
+.. code-block:: shell
+
+   sudo dnf install \
+        gcc \
+        gcc-c++ \
+        make \
+        automake \

Review comment:
       This is needless.
   
   ```suggestion
   ```




-- 
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]


Reply via email to