How To Install make-it-quick on Fedora 36

In this tutorial we learn how to install make-it-quick in Fedora 36. make-it-quick is A make-only build system for C/C++ programs

Introduction

In this tutorial we learn how to install make-it-quick on Fedora 36.

What is make-it-quick

A simple make-only build system with basic auto-configuration that can be used to rapidly build C and C++ programs.

We can use yum or dnf to install make-it-quick on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install make-it-quick.

Install make-it-quick on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install make-it-quick using dnf by running the following command:

sudo dnf -y install make-it-quick

Install make-it-quick on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install make-it-quick using yum by running the following command:

sudo yum -y install make-it-quick

How To Uninstall make-it-quick on Fedora 36

To uninstall only the make-it-quick package we can use the following command:

sudo dnf remove make-it-quick

make-it-quick Package Contents on Fedora 36

/usr/include/make-it-quick
/usr/include/make-it-quick/config.arm-linux-gnu.mk
/usr/include/make-it-quick/config.auto.mk
/usr/include/make-it-quick/config.bsd.mk
/usr/include/make-it-quick/config.cygwin.mk
/usr/include/make-it-quick/config.gnu.mk
/usr/include/make-it-quick/config.haiku.mk
/usr/include/make-it-quick/config.linux.mk
/usr/include/make-it-quick/config.macosx-clang.mk
/usr/include/make-it-quick/config.macosx.mk
/usr/include/make-it-quick/config.mingw.mk
/usr/include/make-it-quick/config.mk
/usr/include/make-it-quick/config.msys.mk
/usr/include/make-it-quick/config.system-setup.mk
/usr/include/make-it-quick/config.unix.mk
/usr/include/make-it-quick/config.vs2013-64.mk
/usr/include/make-it-quick/config.vs2013.mk
/usr/include/make-it-quick/rules.mk
/usr/share/doc/make-it-quick
/usr/share/doc/make-it-quick/AUTHORS
/usr/share/doc/make-it-quick/NEWS
/usr/share/doc/make-it-quick/README.md
/usr/share/licenses/make-it-quick
/usr/share/licenses/make-it-quick/COPYING
/usr/share/make-it-quick
/usr/share/make-it-quick/config
/usr/share/make-it-quick/config/check_alloca.c
/usr/share/make-it-quick/config/check_clearenv.c
/usr/share/make-it-quick/config/check_drand48.c
/usr/share/make-it-quick/config/check_egl.c
/usr/share/make-it-quick/config/check_float128.c
/usr/share/make-it-quick/config/check_float16.c
/usr/share/make-it-quick/config/check_float80.c
/usr/share/make-it-quick/config/check_gdk_event_get_scancode.c
/usr/share/make-it-quick/config/check_getpeereid.c
/usr/share/make-it-quick/config/check_glob.c
/usr/share/make-it-quick/config/check_gstaudio.c
/usr/share/make-it-quick/config/check_gstvideo.c
/usr/share/make-it-quick/config/check_int64.c
/usr/share/make-it-quick/config/check_longdouble.c
/usr/share/make-it-quick/config/check_longlong.c
/usr/share/make-it-quick/config/check_mingw_aligned_malloc.c
/usr/share/make-it-quick/config/check_polkit_authority_get_sync.c
/usr/share/make-it-quick/config/check_polkit_authorization_result_get_dismissed.c
/usr/share/make-it-quick/config/check_posix_memalign.c
/usr/share/make-it-quick/config/check_pulse.c
/usr/share/make-it-quick/config/check_sasl.c
/usr/share/make-it-quick/config/check_sbrk.c
/usr/share/make-it-quick/config/check_setlinebuf.c
/usr/share/make-it-quick/config/check_sigaction.c
/usr/share/make-it-quick/config/check_strtok_r.c
/usr/share/make-it-quick/config/check_struct_sigaction.c
/usr/share/make-it-quick/config/check_struct_stat.c
/usr/share/make-it-quick/config/check_uchar.c
/usr/share/make-it-quick/config/check_uint.c
/usr/share/make-it-quick/config/check_ulong.c
/usr/share/make-it-quick/config/check_ushort.c

References

Summary

In this tutorial we learn how to install make-it-quick on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).