cmake

cmake

CMake package contains a modern toolset used for generating Makefiles.

  • version 3.27.7-1
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install cmake

or

kpkg build cmake

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["jsoncpp"]
    N1["automake"]
    N2["cmake"]
    style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N3["autoconf"]
    N4["libuv"]
    N5["libtool"]
    N6["rhash"]
    N0 --> N2
    N1 --> N4
    N3 --> N1
    N4 --> N2
    N5 --> N4
    N6 --> N2