Programs on UNIX/Linux


When setting up a new linux program or package

Just setup the dependencies like for instance "glib2.0" in autoconf

Autoconf generates a configure file which can be run with ./configure

Autoconf files can also be used by something else to create a package like a deb or a rpm

This configure script will generate a Makefile that you can run with "make" and then run target "make install"

Comments

Popular posts from this blog

Switching from Docker Desktop to Rancher Desktop on WSL2: Solving the Missing docker-credential-desktop.exe Error

Running LXD/LXC on WSL2 with Ubuntu 20.04

Proxmox Remote administration via VNC