Installing
-
2. Installing Meson
So Now to Install Meson on Alpine
First, install Python 3 Pip package:sudo apk add python3 py3-pip
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Then to install Meson play:pip3 install meson
Or for a System-wide setup:
sudo pip3 install meson
Contents