Download Latest Version gentoo_minimal_plasma_systemd_2.iso (1.8 GB)
Email in envelope

Get an email when there's a new version of mkg

Home
Name Modified Size InfoDownloads / 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:

https://github.com/fabnicol/mkg/wiki/Frequently-Asked-Questions-(FAQ)#what-dependencies-should-be-installed

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.

Source: README.md, updated 2022-05-07