From f72ee8e742a171db74ed32b54b85953b8dfe1d77 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 30 Jan 2021 13:20:59 +0200 Subject: Rewrap long text lines in docs. [skip ci] --- docs/markdown/Creating-Linux-binaries.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs/markdown/Creating-Linux-binaries.md') diff --git a/docs/markdown/Creating-Linux-binaries.md b/docs/markdown/Creating-Linux-binaries.md index c3b4b64..f5aa6a4 100644 --- a/docs/markdown/Creating-Linux-binaries.md +++ b/docs/markdown/Creating-Linux-binaries.md @@ -70,13 +70,12 @@ way. You want to embed and statically link every dependency you can (especially C++ dependencies). Meson's [Wrap package manager](Wrap-dependency-system-manual.md) might be of use here. This -is equivalent to what you would do on Windows, OSX, Android -etc. Sometimes static linking is not possible. In these cases you need -to copy the .so files inside your package. Let's use SDL2 as an -example. First we download and install it as usual giving it our -custom install prefix (that is, `./configure ---prefix=${HOME}/devroot`). This makes Meson's dependency detector -pick it up automatically. +is equivalent to what you would do on Windows, OSX, Android etc. +Sometimes static linking is not possible. In these cases you need to +copy the .so files inside your package. Let's use SDL2 as an example. +First we download and install it as usual giving it our custom install +prefix (that is, `./configure --prefix=${HOME}/devroot`). This makes +Meson's dependency detector pick it up automatically. ## Building and installing -- cgit v1.1