Languages: English | Русский | Қазақша
Package management library for NurOS.
| Dependency | Description |
|---|---|
| Meson | Build system |
| Ninja | Build tool |
| pkg-config | Helper tool for compiling |
| libarchive | Archive and compression library |
| libiron | Logging library |
nix build
sudo pacman -S meson ninja pkgconf libarchive
sudo apt install meson ninja-build pkg-config libarchive-dev
sudo dnf install meson ninja-build pkgconf libarchive-devel
sudo zypper install meson ninja pkgconf libarchive-devel
sudo apk add meson ninja pkgconf libarchive-dev
sudo emerge dev-build/meson dev-build/ninja dev-util/pkgconf app-arch/libarchive
sudo xbps-install meson ninja pkgconf libarchive-devel
Note: You also need to build and install libiron manually.
meson setup build --buildtype=release meson compile -C build
sudo meson install -C build
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
See the LICENSE file for details.
Copyright (C) 2025 NurOS