Installing
-
2. Installing Meson
So Now to Install Meson on Slackware
First, ensure Python 3 and pip3 are installed. If not, install via SlackBuilds or package:sudo slackpkg install python3
How to Get Started with Slackware Package Manager
Then install pip3 if missing:
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