Installing
-
2. Downloading Meson
Download Meson for Debian GNU/Linux
-
3. Extracting Meson Archive
Then Extract Meson .zip into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager:
Or from Command Line:unzip -d /tmp/ ~/Downloads/master.zip
-
4. Installing Meson Requirements
Next Install Meson Dependencies for Debian
Simply play:sudo apt install ninja python3
-
5. Installing Meson
So Now to Install Meson by Python 3
Run:sudo python3 setup.py install
And to Check the meson Installation:
meson --help
Contents