-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2edc9d9
commit a54721e
Showing
5 changed files
with
55 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#! /bin/bash | ||
|
||
LOG="$HOME/DT38.log" | ||
|
||
VM_NAME=ubuntu2204-DTcompile | ||
VM_SIZE=15G | ||
VM_IMAGE=22.04 | ||
DT_COMPILE_SCRIPT=DT381_compile.sh | ||
_COMPILE=_compileDT381.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,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: (on the latest DT version) | ||
The end result from running "darktable --version", is this: | ||
```` | ||
this is darktable unknown-version | ||
this is darktable 3.8.1 | ||
copyright (c) 2009-2022 johannes hanika | ||
[email protected] | ||
|
@@ -62,17 +62,7 @@ compile options: | |
GraphicsMagick support enabled | ||
ImageMagick support disabled | ||
OpenEXR support enabled | ||
```` | ||
|
||
*Note* darktable does not report is's version number, even though is has been build from the version 3.8.1 | ||
```` | ||
ubuntu@ubuntu2204-DTcompile:~/git/darktable$ git status | ||
HEAD detached at release-3.8.1 | ||
nothing to commit, working tree clean | ||
```` | ||
|
||
|
||
|
||
# How to compile Darktable 3.8.1 for Ubuntu 22.04 in a VM | ||
git clone https://github.com/per2jensen/dt-on-ubuntu.git | ||
|