Skip to content

Commit 22b65cc

Browse files
authored
Sort and remove duplicates (#2631)
* python3 was duplicated Signed-off-by: Ryan Friedman <[email protected]>
1 parent 05ccb5a commit 22b65cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ Update your system and install the build tools and dependencies (zlib, expat, gt
12101210
12111211
```bash
12121212
$ sudo apt --yes update
1213-
$ sudo apt install --yes build-essential git clang ccache python3 libxml2-utils cmake python3 libexpat1-dev libz-dev zlib1g-dev libbrotli-dev libssh-dev libcurl4-openssl-dev libgtest-dev google-mock libinih-dev
1213+
$ sudo apt install --yes build-essential ccache clang cmake git google-mock libbrotli-dev libcurl4-openssl-dev libexpat1-dev libgtest-dev libinih-dev libssh-dev libxml2-utils libz-dev python3 zlib1g-dev
12141214
```
12151215
12161216
For users of other platforms, the script <exiv2dir>/ci/install_dependencies.sh has code used to configure many platforms. The code in that file is a useful guide to configuring your platform.

0 commit comments

Comments
 (0)