Skip to content

Commit c0f247a

Browse files
committed
Update Linux setup documentation for Ubuntu library requirements
1 parent b6d459c commit c0f247a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/setup-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Setup for Linux
22

3-
## Ubuntu 20.04 / 22.04 / 24.04
4-
53
> Scripts are `bash`
64
5+
## Ubuntu
6+
77
### Compilers
88

99
```bash
@@ -14,16 +14,16 @@ sudo apt install build-essential
1414

1515
These libraries are required by AVBlocks:
1616

17-
#### Ubuntu 16.04 / 18.04
17+
#### Ubuntu 24.04 / 22.04 / 20.04
1818

1919
```bash
20-
sudo apt-get install libjpeg8 libtiff5 libpng12-0 libtbb2
20+
sudo apt-get install libjpeg8 libtiff5 libpng16-16 libtbb2
2121
```
2222

23-
#### Ubuntu 20.04 / 22.04 / 24.04
23+
#### Ubuntu 18.04 / 16.04
2424

2525
```bash
26-
sudo apt-get install libjpeg8 libtiff5 libpng16-16 libtbb2
26+
sudo apt-get install libjpeg8 libtiff5 libpng12-0 libtbb2
2727
```
2828

2929
### CMake

0 commit comments

Comments
 (0)