diff options
| author | 2022-04-04 08:50:15 +0200 | |
|---|---|---|
| committer | 2022-04-04 08:50:15 +0200 | |
| commit | ea6084c4ed624b6191b4b47737e33d88911bebc8 (patch) | |
| tree | fd5de95fca8fa866c8239d9c61883e1aae5152f6 | |
| parent | afb9a8955fa1f3faa729be074c8cb57e4cfa5126 (diff) | |
| download | libimobiledevice-ea6084c4ed624b6191b4b47737e33d88911bebc8.tar.gz libimobiledevice-ea6084c4ed624b6191b4b47737e33d88911bebc8.tar.bz2 | |
Updated README with pkg-config requirement
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -57,6 +57,7 @@ First install all required dependencies and build tools: | |||
| 57 | ```shell | 57 | ```shell |
| 58 | sudo apt-get install \ | 58 | sudo apt-get install \ |
| 59 | build-essential \ | 59 | build-essential \ |
| 60 | pkg-config \ | ||
| 60 | checkinstall \ | 61 | checkinstall \ |
| 61 | git \ | 62 | git \ |
| 62 | autoconf \ | 63 | autoconf \ |
| @@ -191,4 +192,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc. | |||
| 191 | This project is an independent software and has not been authorized, sponsored, | 192 | This project is an independent software and has not been authorized, sponsored, |
| 192 | or otherwise approved by Apple Inc. | 193 | or otherwise approved by Apple Inc. |
| 193 | 194 | ||
| 194 | README Updated on: 2021-08-30 | 195 | README Updated on: 2022-04-04 |
