Skip to content

Commit

Permalink
update README.md - add cimg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKuckuk committed Oct 13, 2022
1 parent eab5d35 commit eb85491
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ For CImg support, the corresponding CImg.h header file needs to be downloaded su
* Name: downloadCImg; Tasks: downloadCImg; Run
* for all users: directly download the required file from [here](https://github.com/dtschump/CImg) and place it in Compiler/res/
Updating the file works the same way.

CImg itself requires libjpeg and libpng support which can be installed (linux or wsl) via
```
sudo apt update && sudo apt install libjpeg-dev libpng-dev
```

### VisIt support

Expand Down

0 comments on commit eb85491

Please sign in to comment.