George Brocklehurst makes things for the internet.

The magic behind configure, make, make install

Posted on

If you've used any flavour of Unix for development, you've probably installed software from source with this magic incantation:

./configure
make
make install

Read this post in full on the thoughtbot blog: https://robots.thoughtbot.com/the-magic-behind-configure-make-make-install