Creare binary with no external dependencie

73 Views Asked by At

Hi, I'm creating a small bash script. I would like to make this script portable to any Linux system without having to install any additional packages to make it work. The problem is that this script uses the wmctrl tool, which isn't present on many distributions, so the question is: I can arrange the distribution of a version of wmctrl which can be run on any distribution without having to install anything. Create a version of wmctrl that has no external dependencies. it's possible? and if so, how? Can anyone help me?

0

There are 0 best solutions below