built and optimized for my system configuration, OSX build requires osx >= 10.15, no signed app
If you don’t need cr3 support, stay with the official packages. If you need native cr3 support then this is better then waiting until christmas
and as usual: don’t forget to backup … since you’ll be a guinea pig for the cr3 stuff
Maybe… Please let me know If there is deb pagades, app Image, snap or other way to install it to Debian 10 without worry about depencies and no need to compile it by self.
afaik there’s no prebuilt package with cr3 support.
You’d really better build it yourself for linux - you’ll get ways better performance.
If you are afraid of integration the cr3 stuff see Darktable and the .CR3 - #12 by MStraeten
git fetch Start from instruction 7 if you are refreshing a previous build
Edit ~/darktable/.gitmodules file and update rawspeed section to:
[submodule “src/external/rawspeed”]
path = src/external/rawspeed
url = https://github.com/cytrinox/rawspeed.git
branch = canon_cr3 (required changes in bold)
git submodule update --remote
cd ~/darktable
sudo mkdir build; cd build; cmake … ; make ; sudo make install This puts the darktable executable in folder /usr/local/bin
Run the program with command /usr/local/bin/darktable
NOTE: this assumes you have all the compilers and source code for components, and have built/installed exiv2 0.27.4
Any corrections or improvements to this are welcome!
Thanks about support. Debian 10 stable have no right sw versions and there can be issues with depencies. Windows version with Wine runs quite well with my old HP Z800 (12 x 2,93Ghz), but of course native installation would be best. I think to still wait official version (or appimage, flathub or snap image). But thanks about installation quide. Later, if official version is still missing, I might to try install this to first virtual machine and after that to my workstation.
I tried to compile it in Arch, but it gave me this error message: error: ‘rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Werror=deprecated-declarations] 422 | rsvg_handle_get_dimensions(svg, &dimension); | ^~~~~~~~~~~~~~~~~~~~~~~~~~