Hacker News new | ask | show | jobs
by Flowdalic 1277 days ago
It should be possible to install meson via pip --user. Even though I prefer system-wide installations, I believe this weakens your argument for user defined functions in your situation.
2 comments

> I believe this weakens your argument for user defined functions in your situation.

It does not. This backport was not for a single user, but for deployment into the package repo used by multiple systems (including build systems). A one-off Meson build would be unsuitable for this case.

In any case, note that I didn't claim it was impossible without user-defined functions. It was simply messier and more painful, much as a special Meson build would be.

You can also use run meson directly from its source tree with no installation steps, that's what we do in some cases.