summaryrefslogtreecommitdiffstats
path: root/INSTALL
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 /INSTALL
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 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 537609844..8d1b934c6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -95,11 +95,11 @@ $ sudo apt install zlib1g-dev liblzma-dev libbz2-dev
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 install the libiconv and liblzma libraries.
+should only need to additionally install the liblzma library.
On Homebrew this would be:
-$ brew install libiconv xz
+$ brew install xz
### Troubleshooting