diff options
author | Vadim Zhukov <persgray@gmail.com> | 2020-01-08 13:09:27 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-08 13:22:05 +0200 |
commit | f3199edaf8802e2a59fed2f83e825e09b9d4bd0d (patch) | |
tree | 859acb645084c784382d4afa863072308e0817f9 /docs/markdown | |
parent | dd5b374e99f0a32410063f6ad43cf97f6644b83a (diff) | |
download | meson-f3199edaf8802e2a59fed2f83e825e09b9d4bd0d.zip meson-f3199edaf8802e2a59fed2f83e825e09b9d4bd0d.tar.gz meson-f3199edaf8802e2a59fed2f83e825e09b9d4bd0d.tar.bz2 |
mention lack of up-to-date dependencies explicitly [skip ci]
Requested by scivision@
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Wrap-dependency-system-manual.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index cd10a11..caad9b0 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -6,7 +6,9 @@ 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 -platforms you must produce self-contained applications. +platforms you must produce self-contained applications. Same applies +when destination platform is missing (up-to-date versions of) your +application's dependencies. The traditional approach to this has been to bundle dependencies inside your own project. Either as prebuilt libraries and headers or |