Installing
-
2. Installing Meson
So Now to Install Meson on Gentoo
First, ensure Python 3 and pip3 are installed via Portage:sudo emerge --ask dev-lang/python
Then install pip3 if not present:
python3 -m ensurepip --upgrade
Authenticate with the User Admin Pass.
Then to install Meson play:pip3 install meson
Or for a System-wide setup:
sudo pip3 install meson
Contents