From 103ed635b32d4bff22ddec2240cee46dc0066ae0 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 9 Nov 2023 17:20:27 -0800 Subject: [PATCH] doc: Fix table formatting --- doc/installation/source/macos.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/installation/source/macos.rst b/doc/installation/source/macos.rst index 2b241f85d..186762349 100644 --- a/doc/installation/source/macos.rst +++ b/doc/installation/source/macos.rst @@ -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