Skip to content

Commit

Permalink
Build Darktable 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
per2jensen committed Sep 18, 2022
1 parent 17f3185 commit a9e1f25
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source envvars

# Change this if you want to run the compile script directly on your machine
# Release to use
export RELEASE=release-4.0.0
export RELEASE=release-4.0.1

export VERSION=$(echo $RELEASE|grep -E -o '\-.*')
export INSTALL_PREFIX="$HOME/programmer/darktable${VERSION}"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions 22.04/DT400/envvars → 22.04/DT40/envvars
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! /bin/bash

LOG="$HOME/DT40.log"
LOG="$HOME/DT401.log"

VM_NAME=ubuntu2204-DTcompile
VM_SIZE=15G
VM_IMAGE=22.04
DT_COMPILE_SCRIPT=DT400_compile.sh
DT_COMPILE_SCRIPT=DT40_compile.sh
_COMPILE=_compile.sh

File renamed without changes.
File renamed without changes.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ workstation :-)

There are 2 ways to install Darktable:
1. Darktable releases can be installed in a VM for trying it out.

It is easy to build on your local machine, but trying out in a VM first is nice.

2. Follow Git Master on your computer using the script for that.

Expand Down Expand Up @@ -44,9 +46,9 @@ The compile script does the following:
* builds and install Darktable in the VM
* starts Darktable to print the --version info in the VM

The end result from running "darktable --version", is this:
The end result from running "darktable --version" on the latest supported build, is:
````
this is darktable 4.0.0
this is darktable 4.0.1
copyright (c) 2009-2022 johannes hanika
[email protected]
Expand All @@ -65,9 +67,9 @@ compile options:
````

# How to compile Darktable 4.0.0 for Ubuntu 22.04 in a VM
# How to compile Darktable 4.0.1 for Ubuntu 22.04 in a VM
git clone https://github.com/per2jensen/dt-on-ubuntu.git
cd dt-on-ubuntu/22.04/DT400
cd dt-on-ubuntu/22.04/DT40
chmod u+x install_in_vm.sh
./install_in_vm.sh

Expand Down

0 comments on commit a9e1f25

Please sign in to comment.