Darktable 3.0.0rc0 is now out with a lot of new features, bug fixes and performance improvements. Currently, there are no .deb package available to install on your Ubuntu machine. However, you can easily build Darktable from source code.
Dec 27 2019 Update : Darktable 3.0 Stable Version in Officially out. On Ubuntu just enter the below command to install 3.0.
sudo apt-get install darktable
____________________________________
Download Darktable 3.0.0rc0 source file from here. Right click the downloaded file and 'Extract here'.
Now open a terminal and navigate to the extracted folder ( in my case it's a /home/myusername/Downloads/ ) and enter the following commands.
./build.sh --prefix /home/yourusername/darktable --build-type Release
Substitute 'yourusername' with your Login name. Enter the folder name you want Darktable to be installed after yourusername/ ( for eg : yourusername/darktable )
Wait until above process is complete. When it's done, enter the following command.
cmake --build "/home/yourusername/Downloads/darktable-3.0.0.rc0/darktable-3.0.0~rc0/build" --target install -- -j4
After the process is finished, navigate to /yourusername/darktable folder in the terminal and launch Darktable by running ./darktable
Dec 27 2019 Update : Darktable 3.0 Stable Version in Officially out. On Ubuntu just enter the below command to install 3.0.
sudo apt-get install darktable
____________________________________
Download Darktable 3.0.0rc0 source file from here. Right click the downloaded file and 'Extract here'.
Now open a terminal and navigate to the extracted folder ( in my case it's a /home/myusername/Downloads/ ) and enter the following commands.
./build.sh --prefix /home/yourusername/darktable --build-type Release
Substitute 'yourusername' with your Login name. Enter the folder name you want Darktable to be installed after yourusername/ ( for eg : yourusername/darktable )
Wait until above process is complete. When it's done, enter the following command.
cmake --build "/home/yourusername/Downloads/darktable-3.0.0.rc0/darktable-3.0.0~rc0/build" --target install -- -j4
After the process is finished, navigate to /yourusername/darktable folder in the terminal and launch Darktable by running ./darktable
Source : Darktable Github
Comments
Post a Comment