ninja

a small build system with a focus on speed

  • 所有者: ninja-build/ninja
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Ninja

Ninja is a small build system with a focus on speed.
https://ninja-build.org/

See the manual or
doc/manual.asciidoc included in the distribution for background
and more details.

Binaries for Linux, Mac, and Windows are available at
GitHub.
Run ./ninja -h for Ninja help.

Installation is not necessary because the only required file is the
resulting ninja binary. However, to enable features like Bash
completion and Emacs and Vim editing modes, some files in misc/ must be
copied to appropriate locations.

If you're interested in making changes to Ninja, read CONTRIBUTING.md first.

Building Ninja itself

You can either build Ninja via the custom generator script written in Python or
via CMake. For more details see
the wiki.

Python

./configure.py --bootstrap

This will generate the ninja binary and a build.ninja file you can now use
to build Ninja with itself.

CMake

cmake -Bbuild-cmake -H.
cmake --build build-cmake

The ninja binary will now be inside the build-cmake directory (you can
choose any other name you like).

To run the unit tests:

./build-cmake/ninja_test

主要指標

概覽
名稱與所有者ninja-build/ninja
主編程語言C++
編程語言Python (語言數: 6)
平台
許可證Apache License 2.0
所有者活动
創建於2011-02-06 19:07:12
推送於2025-06-13 17:08:57
最后一次提交2025-06-13 19:08:57
發布數29
最新版本名稱v1.12.1 (發布於 )
第一版名稱release-120508 (發布於 )
用户参与
星數12k
關注者數263
派生數1.7k
提交數3.2k
已啟用問題?
問題數1070
打開的問題數292
拉請求數893
打開的拉請求數74
關閉的拉請求數538
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?