SPDX-FileCopyrightText: 2024 Didier Kryn SPDX-License-Identifier: GPL-3.0-or-later Installing qmount version 1 =========================== Prerequisite ------------ To install o uninstall qmount, you need - a C toolchain, including GNU make, - the library libblkid and its header blkid.h, - the install command, which is part of all base Linux distributions, - the gzip command. You must also be listed among the sudoers with the permission to run basic commands like cp, mv, rm, install, and gzip. sudo is only needed by "make install", and "make uninstall"; you will be prompted for the password. Building and installing ----------------------- The makefile in the base directory provides targets for the following commands: "make" builds the executable and the binary translation files needed for Native Language Support, for all available languages. "make install" installs the executable, the translation files and the man page in the canonical locations under /usr/local. Note about the man page: the man page in English is always installed, and, if the LANG environment variable defines another language, and a translation is available in this language, it is installed as well. "make uninstall" removes the installed executable, the binary translation files, the English man page and the native language man page matching the LANG variable. "make cleanall" deletes all files but the sources, that is all files built by ``make``, not the installed files.