Notice
Recent Posts
Recent Comments
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Archives
관리 메뉴

일상

[ubuntu] tev - the exr viewer 설치 관련 본문

programming

[ubuntu] tev - the exr viewer 설치 관련

Mysteryu 2022. 8. 9. 13:22

https://github.com/Tom94/tev

 

GitHub - Tom94/tev: High dynamic range (HDR) image viewer and comparison tool

High dynamic range (HDR) image viewer and comparison tool - GitHub - Tom94/tev: High dynamic range (HDR) image viewer and comparison tool

github.com

우분투에서 tev를 사용하기 위해 위의 repository에서 클론하여 빌드를 하려고 했으나

 

빌드 파일까지는 만들어지는데 make가 안되는 오류가 발생하였다

 

컴파일러를 gcc-9, clang-9 사용하였으나 둘다 실패하였고

 

조언을 통해 gcc-11, g++-11 설치 후 정상적으로 빌드가 완료되었고 tev 설치를 완료하였다.

 

문제의 원인은 C++20을 빌드하기 위해서는 gcc 버전을 11을 사용하여야 작동이 잘 된다는 것이었다.

 

관련 사이트는 밑에 남긴다.

 

https://kukuta.tistory.com/394

Comments