Thank you all for the information and quick response!
So I understand now that I was not installing HSI correctly.
I had installed a Flatpak pre-compiled version that was apparently not installing HSI: I used the `
sudo apt install hugin` from Mint (21).
So I decided to build hugin myself. I followed instructions from
https://wiki.panotools.org/Hugin_Compiling_Ubuntu to try to build it but instructions are a bit outdated there.
Is there a more indicated url to build Hugin from source?Please find below the notes I took during my tentative of build:
Below line is not correct anymore:
sudo echo 'deb-src ftp://ftp.at.debian.org/debian ../project/experimental main' > /etc/apt/sources.list.d/debian-experimental.listI also had difficulties with Vigra, I replaced part:
cd ~/src
wget http://hci.iwr.uni-heidelberg.de/vigra/vigra-1.9.0-src.tar.gz
tar -zxvf vigra-1.9.0-src.tar.gz
cd vigra-1.9.0by the below:
cd ~/src
git clone https://github.com/ukoethe/vigra.git
cd vigraSo that I had "recent" Vigra. Mamy a not-so-good idea but worth a try... But then, later when I `
cmake ../hugin.hg [...]` it's failing with:
-- VIGRA version: 1.11.1
CMake Error at CMakeModules/FindVIGRA.cmake:78 (MESSAGE):
Libvigraimpex found. But vigraimpex seems to compiled without OpenEXR
support. OpenEXR support is required for Hugin.
Call Stack (most recent call first):
CMakeLists.txt:226 (FIND_PACKAGE)