summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-09-10 11:24:46 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-09-14 09:12:08 +0300
commit2076b1384754301ba409b6fe65551eaf55cce401 (patch)
treeee95d50a2aeda4688173b33ff4ec1d6f7f0d232e /doc
parentbfa8427531cf871b7423c252f522b7bfe75c7edd (diff)
Libarchive: use libiconv installed with macOS
Update build instructions for Coin. Also update docs to remove mention of the extra step of installing additional version of the library, as this is not necessary. Change-Id: I71fb346af30325b1bfeed788e9fec832f344b382 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw-getting-started.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index e49de89af..cfb302544 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -164,12 +164,12 @@
The easiest way to install the missing libraries is with a third party
package manager solution, like Homebrew or MacPorts. On macOS 10.15 you
- should only need to additionally install the libiconv and liblzma libraries.
+ should only need to additionally install the liblzma library.
On Homebrew this would be:
\code
- brew install libiconv xz
+ brew install xz
\endcode
\section3 Troubleshooting