doc: Fix table formatting
This commit is contained in:
@@ -48,28 +48,28 @@ Homebrew and MacPorts, but macOS will not provide it due to licensing issues. |
|
||||
works on recent versions of both ``clang++`` and ``g++``, so for macOS, there is no need
|
||||
to install ``g++``.
|
||||
|
||||
+--------------------+---------------------------------------------------------------------+
|
||||
+--------------------+-------------------------------+-------------------------------------+
|
||||
| **ns-3 Version** | **Homebrew packages** | **MacPorts packages** |
|
||||
+====================+==================+==================================================+
|
||||
+====================+===============================+=====================================+
|
||||
| 3.36 and later | ``cmake ninja`` | ``cmake ninja`` |
|
||||
+--------------------+---------------------------------------------------------------------+
|
||||
+--------------------+-------------------------------+-------------------------------------+
|
||||
| 3.35 and earlier | None | None |
|
||||
+--------------------+---------------------------------------------------------------------+
|
||||
+--------------------+-------------------------------+-------------------------------------+
|
||||
|
||||
Recommended
|
||||
***********
|
||||
|
||||
+-----------------------------+------------------------------------------------------------+
|
||||
+-----------------------------+------------------------+-----------------------------------+
|
||||
| **Feature** | **Homebrew packages** | **MacPorts packages** |
|
||||
+=============================+============================================================+
|
||||
+=============================+========================+===================================+
|
||||
| Compiler cache optimization | ``ccache`` | ``ccache`` |
|
||||
+-----------------------------+------------------------------------------------------------+
|
||||
+-----------------------------+------------------------+-----------------------------------+
|
||||
| Code linting | ``clang-format llvm`` | clang-format included with |
|
||||
| | | ``clang``, need to select |
|
||||
| | | ``clang-XX llvm-XX`` versions |
|
||||
+-----------------------------+------------------------------------------------------------+
|
||||
+-----------------------------+------------------------+-----------------------------------+
|
||||
| Debugging | None | ``gdb ddd`` (ddd requires gdb) |
|
||||
+-----------------------------+------------------------------------------------------------+
|
||||
+-----------------------------+------------------------+-----------------------------------+
|
||||
|
||||
.. note::
|
||||
The ``llvm`` Homebrew package provides ``clang-tidy``, but please note that the binary is
|
||||
|
||||
Reference in New Issue
Block a user