diff options
author | Vadim Zhukov <persgray@gmail.com> | 2020-01-08 00:44:31 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-08 13:22:05 +0200 |
commit | dd5b374e99f0a32410063f6ad43cf97f6644b83a (patch) | |
tree | 182169706f1c91dbdaf5c7dd3d96076c69794463 /docs/markdown | |
parent | c2b1e7d58ce92dcb6f836e341f47f51f12baa14e (diff) | |
download | meson-dd5b374e99f0a32410063f6ad43cf97f6644b83a.zip meson-dd5b374e99f0a32410063f6ad43cf97f6644b83a.tar.gz meson-dd5b374e99f0a32410063f6ad43cf97f6644b83a.tar.bz2 |
[skip ci] Use more up-to-date wording for package managers
Most of the OSes Meson supports actually do have package managers,
and at least some of them are not harder to use than Linux ones.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Wrap-dependency-system-manual.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index f2262b8..cd10a11 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -1,10 +1,8 @@ # Wrap dependency system manual One of the major problems of multiplatform development is wrangling -all your dependencies. This is easy on Linux where you can use system -packages (and happen to know that your target distribution provides a -recent enough version of the dependency) but awkward on other -platforms. Most of those do not have a package manager at all. This +all your dependencies. This is awkward on many platforms, especially +on ones that do not have a built-in package manager. The latter problem has been worked around by having third party package managers. They are not really a solution for end user deployment, because you can't tell them to install a package manager just to use your app. On these |