diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-10-07 08:24:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 08:24:27 +0700 |
commit | 684812c1b2d3ceeab1a09952c1316731be153e13 (patch) | |
tree | 4a5f69a90b3535a2c17c2c0020e85bd81377339f /python/python3-meson-opt/README | |
parent | 9f10a97dda2c98683aa851651e7abb1414f6db19 (diff) |
python/python3-meson-opt: Added (newer meson installed in /opt).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-meson-opt/README')
-rw-r--r-- | python/python3-meson-opt/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/python/python3-meson-opt/README b/python/python3-meson-opt/README new file mode 100644 index 0000000000000..469bef365b252 --- /dev/null +++ b/python/python3-meson-opt/README @@ -0,0 +1,17 @@ +python3-meson-opt (meson installed to /opt) + +Meson is a cross-platform build system designed to be both as fast and +as user friendly as possible. It supports many languages and +compilers, including GCC, Clang, PGI, Intel, and Visual Studio. Its +build definitions are written in a simple non-Turing complete DSL. + +NOTE: + Install bin and docs to /opt/meson + Installs module to /opt/python3.9/site-packages + +Add the following before the python3 build commands in your +Slackbuild to use this version over the stock one in 15.0. My testing +has shown the newer meson bin does not need to be added to PATH, but +YMMV: + +export PYTHONPATH=/opt/python3.9/site-packages/ |