エラーメッセージにある ZSTD を、Ver1.5.2 にアップして make したら、100%
まで構築できたような気がする。(後日確認) JH4XSY/1局とK4KDR局の両氏には、
いつも的確な助言を受けている。Tnx.
> Download & Extract "zstd v1.5.2" from:
> https://github.com/SatDump/SatDump/issues/142
> https://github.com/facebook/zstd/releases/tag/v1.5.2
$ cd zstd/zstd-1.5.2
$ cd build/cmake
$ mkdir builddir
$ cd builddir
$ cmake -DZSTD_BUILD_TESTS=ON -DZSTD_LEGACY_SUPPORT=ON ..
$ make
$ sudo make install
$ cd
$ cd satdump/build
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
$ make -j`nproc`
$ sudo make install
$ ln -s ../pipelines .
$ ln -s ../resources .
$ ln -s ../satdump_cfg.json .
$ ./satdump-ui