Installing
-
2. Installing Meson
So Now to Install Meson on Void
First, ensure Python 3 and pip3 are installed:sudo xbps-install -S python3 python3-pip
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