builder-essentials

builder-essentials

Group package for building tools

  • version 0.1-1
  • is a group package

Dependencies

Installation

Install it by running either;

kpkg install builder-essentials

or

kpkg build builder-essentials

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["samurai"]
    N1["automake"]
    N2["autoconf"]
    N3["ninja"]
    N4["meson"]
    N5["builder-essentials"]
    style N5 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N0 --> N4
    N1 --> N5
    N2 --> N5
    N2 --> N1
    N3 --> N5
    N4 --> N5