Do you need to use git with the stable version?
If not, you can download the source tarball for 4.6.0
Or, if you cloned the git repository, would git checkout tags/release-4.6.0 work?
not fully related, But I also tried to compile the stable release 4.6, but with Linux Mint 21.2, that is Ubuntu 22.04-based.
Am trying to wade my ways through the dependencies, and currently have teh follwong error when trying to start the build:
"CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
(Required is at least version “4.5”)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.22/Modules/FindOpenMP.cmake:544 (find_package_handle_standard_args)
CMakeLists.txt:90 (find_package)
"
So I guess, I have not yet suitable openmp-stuff?
Any ideas what I would need to install in Mint 21.2, to get darktable build?
THank you very much for any idea.
All the best and a very nice xmas, Martin
<<started own topic no not spoil this the original threat …>>
I believe it was actually @kmilos who mentioned git submodule update --init --recursive; I used git submodule update in the past, but have now switch to the command kmilos suggested.