You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Due to our frequent release cycle and development speed, distro packaged software may quickly become outdated.*
43
+
*Due to our frequent release cycle and development speed, distro packaged software may quickly become outdated.*
44
44
45
45
Installation using Python
46
46
--
47
-
Requirements: **pip3**
47
+
Requirements: **pip3**
48
48
49
-
The best way to receive the most up-to-date version of Mesonbuild.
49
+
The best way to receive the most up-to-date version of Mesonbuild.
50
50
51
51
Install as a local user (recommended):
52
52
```console
53
53
$ pip3 install --user meson
54
54
```
55
-
Install as root:
55
+
Install as root:
56
56
```console
57
57
$ pip3 install meson
58
58
```
59
-
*If you are unsure whether to install as root or a local user, install as a local user.*
59
+
60
+
*If you are unsure whether to install as root or a local user, install as a local user.*
61
+
60
62
61
63
Installation from source
62
64
--
@@ -76,7 +78,7 @@ $ bash: /usr/bin/meson: No such file or directory
76
78
```
77
79
Description: The default installation prefix for the python pip module installation is not included in your shell environment PATH. The default prefix for python pip installation modules is located under ``/usr/local``.
78
80
79
-
**Resolution:
81
+
**Resolution:
80
82
This issue can be resolved by altering the default shell environment PATH to include ``/usr/local/bin``. **
81
83
82
84
*Note: There are other ways of fixing this issue such as using symlinks or copying the binaries to a default path and these methods are not recommended or supported as they may break package management interoperability.*
0 commit comments