nicklan / pnmixer

Volume mixer for the system tray
GNU General Public License v3.0
152 stars 32 forks source link

build system #157

Closed hasufell closed 7 years ago

hasufell commented 7 years ago

Just throwing this out here, because I thought about the autotools bootstrapping mess again, which is its main disadvantage. There are many ways the bootstrapping process can fail, some even non-deterministic and shell-dependent.

I think the only sane alternatives are:

So... to give an overview

Autotools

Advantages:

Disadvantages:

CMake

Advantages:

Disadvantages:

Custom Makefile

Advantages:

Disadvantages:


But this is really just if someone is bored.

hasufell commented 7 years ago

switched to cmake, LOL!