Skip to content

Commit

Permalink
Update dependencies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored and dpiparo committed Aug 27, 2024
1 parent 78f3199 commit 7063a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,13 @@ Use `sudo apt-get install <package>` or use the graphical "Synaptic Package Mana
* **libssl-dev:** for `/usr/include/openssl/pem.h`, `/usr/lib/libssl.so` and `/usr/lib/libcrypto.so` (on older systems the package might be called `openssl-dev`)
* **libtbb-dev:** TBB parallelism library
* **libvdt-dev:** Vectorization library, available starting from Ubuntu 23.10, otherwise builtin is used.
* **libgif-dev:** GIF library

As a one-liner:

```bash
sudo apt-get install binutils cmake dpkg-dev g++ gcc libssl-dev git libx11-dev \
libxext-dev libxft-dev libxpm-dev python3 libtbb-dev libvdt-dev
libxext-dev libxft-dev libxpm-dev python3 libtbb-dev libvdt-dev libgif-dev
```

### Most common optional packages
Expand Down

0 comments on commit 7063a21

Please sign in to comment.