Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 966 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 966 Bytes

cachyos-packageinstaller

Simple Software Application Package Installer.

Requirements

  • C++23 feature required (tested with GCC 14.1.1 and Clang 18) Any compiler which support C++23 standard should work.

Installing from source

This is tested on Arch Linux, but any recent Arch Linux based system with latest C++23 compiler should do:

sudo pacman -Sy \
    base-devel cmake pkg-config make qt6-base

Cloning the source code

git clone https://github.com/cachyos/packageinstaller.git
cd packageinstaller

Building and Configuring

To build, first, configure it(if you intend to install it globally, you might also want --prefix=/usr):

./configure.sh --prefix=/usr/local

Second, build it:

./build.sh

Libraries used in this project