pmkpc

utility to configure software sources

Install

All systems
curl cmd.cat/pmkpc.sh
Debian Debian
apt-get install pmk
Ubuntu
apt-get install pmk
Windows (WSL2)
sudo apt-get update sudo apt-get install pmk
Raspbian
apt-get install pmk

pmk

utility to configure software sources

PMK is a utility which, like the popular GNU Autoconf, serves the purpose of configuring the software sources on a variety of platforms. Configuring consists of checking the environment for presence of libraries, header files, programs, functions etc. Based on a simple config file, pmk generates output files (e.g. config.h, Makefile etc.) using a set of templates provided by the programmer.