We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d459c commit c0f247aCopy full SHA for c0f247a
docs/setup-linux.md
@@ -1,9 +1,9 @@
1
# Setup for Linux
2
3
-## Ubuntu 20.04 / 22.04 / 24.04
4
-
5
> Scripts are `bash`
6
+## Ubuntu
+
7
### Compilers
8
9
```bash
@@ -14,16 +14,16 @@ sudo apt install build-essential
14
15
These libraries are required by AVBlocks:
16
17
-#### Ubuntu 16.04 / 18.04
+#### Ubuntu 24.04 / 22.04 / 20.04
18
19
20
-sudo apt-get install libjpeg8 libtiff5 libpng12-0 libtbb2
+sudo apt-get install libjpeg8 libtiff5 libpng16-16 libtbb2
21
```
22
23
-#### Ubuntu 20.04 / 22.04 / 24.04
+#### Ubuntu 18.04 / 16.04
24
25
26
-sudo apt-get install libjpeg8 libtiff5 libpng16-16 libtbb2
+sudo apt-get install libjpeg8 libtiff5 libpng12-0 libtbb2
27
28
29
### CMake
0 commit comments