File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -99,16 +99,18 @@ on the full set the MAE is 5.32 and on the validation set the MAE is 4.97.
99
99
100
100
## Building
101
101
102
- Building instructions:
102
+ Building instructions for Debian :
103
103
```
104
- sudo apt install libhwy-dev liblcms2-dev libjpeg62-turbo-dev libpng-dev cmake ninja-build
104
+ sudo apt install build-essential git libhwy-dev liblcms2-dev libjpeg62-turbo-dev libpng-dev cmake ninja-build
105
105
mkdir build
106
106
cd build
107
107
cmake ../src -G Ninja
108
108
ninja ssimulacra2
109
109
```
110
110
111
- or simply execute ` build_ssimulacra2 ` .
111
+ or simply execute ` build_ssimulacra2 ` . Other distributions should be similar;
112
+ you may need to use ` libjpeg-turbo8-dev ` instead of ` libjpeg62-turbo-dev ` .
113
+ Version 2.13 of lcms2 is needed.
112
114
113
115
The source code of SSIMULACRA 2 is also part of the ` tools ` of [ libjxl] ( https://github.com/libjxl/libjxl/blob/main/tools/ssimulacra2.cc ) .
114
116
Original file line number Diff line number Diff line change 12
12
else
13
13
echo " Build problem. Check for missing dependencies?"
14
14
echo " Try installing dependencies:"
15
- echo " sudo apt install libhwy-dev liblcms2-dev libjpeg62-turbo-dev libpng-dev cmake ninja-build"
15
+ echo " sudo apt install build-essential libhwy-dev liblcms2-dev libjpeg62-turbo-dev libpng-dev cmake ninja-build"
16
16
17
17
fi
You can’t perform that action at this time.
0 commit comments