Skip to content

Commit

Permalink
docs: linux 额外安装系统 ninja-build
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 28, 2024
1 parent 544a31c commit 8351fe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion download_and_install_linux/ubuntu_debian/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

.. code-block:: bash
sudo apt install cmake git ninja-build libstdc++-12-dev pipx ccache libc++-dev libc++abi-dev curl zip unzip tar
sudo apt install cmake git ninja-build libstdc++-12-dev pipx ccache libc++-dev libc++abi-dev curl zip unzip tar ninja-build
.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion download_and_install_linux/x86_64/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Debian 或 Ubuntu
.. code-block:: bash
sudo apt-get install build-essential procps curl file git zip libc++-dev libc++abi-dev
sudo apt-get install build-essential procps curl file git zip ninja-build libc++-dev libc++abi-dev
Fedora, CentOS 或 Red Hat
.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion download_and_install_windows/wsl/linuxbrew/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
.. code-block:: bash
sudo apt install build-essential procps curl file git libc++-dev libc++abi-dev curl zip unzip tar
sudo apt install build-essential procps curl file git libc++-dev libc++abi-dev curl zip unzip tar ninja-build
.. include:: /linuxbrew.irst

0 comments on commit 8351fe6

Please sign in to comment.