Name | Modified | Size | Downloads / Week |
---|---|---|---|
v4.12 | 2021-09-10 | ||
release-master-1 | 2021-09-10 | ||
release-master-3 | 2021-09-10 | ||
release-master-6 | 2021-09-10 | ||
release-master-5 | 2021-09-10 | ||
release-master-4 | 2021-09-10 | ||
release-master-2 | 2021-09-10 | ||
release-gnome-1 | 2021-09-05 | ||
release-gnome-3 | 2021-09-05 | ||
release-gnome-5 | 2021-09-05 | ||
release-gnome-6 | 2021-09-05 | ||
release-gnome-4 | 2021-09-05 | ||
release-gnome-2 | 2021-09-05 | ||
release-master | 2021-06-15 | ||
README.md | 2022-05-07 | 940 Bytes | |
Totals: 15 Items | 940 Bytes | 0 |
Dependencies
For MKG installation and guidelines, please refer to the companion Wiki:
https://github.com/fabnicol/mkg/wiki
More specifically for dependencies:
Portability source code
The auxiliary tool uuid
is an obligatory dependency of MKG.
On Debian-style platforms, use sudo apt install uuid
.
On Gentoo itself as a host, use emerge -u sys-apps/util-linux
.
MKG will then make use of uuidgen
instead of uuid
.
For other platforms, the source package of the uuid
auxiliary tool has been added to enhance
portability.
Should you need to install it, please perform installation as follows:
- unpack:
tar xzvf libuuid-1.0.3a.tar.gz
- cd libuuid-1.0.3
- ./configure && make && sudo make install
Finally check that which uuid
has zero exit code.