You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ libtiff
22
22
libgomp
23
23
libexiv2
24
24
libjpeg
25
-
libraw
25
+
libraw v0.18 or older
26
26
27
27
Some libraw package maintainers don't include the GPL demosaic packs, so we highly encourage you to compile it yourself.
28
28
29
-
It also requires Qt 5.4: open the .pro file from Qt Creator and select Build in order to run it. You may have to initialize the build configurations upon first loading the project; I suggest you add the -j# flag to the Make build parameters to speed compilation.
29
+
It also requires Qt 5.4 or newer: open the .pro file from Qt Creator and select Build in order to run it. You may have to initialize the build configurations upon first loading the project; I suggest you add the -j# flag to the Make build parameters to speed compilation.
30
30
31
31
A note: Use a standalone git client to clone the repository initially, and then you can use Qt Creator's built-in git tools.
32
32
@@ -55,7 +55,7 @@ If you want the UI to appear larger on a high-pixel density display, use the Use
55
55
56
56
# Status
57
57
58
-
If told to make a version number for it right now, I'd put it as 0.6.3.
58
+
If told to make a version number for it right now, I'd put it as 0.7.0.
59
59
60
60
Currently, the photo editor is mostly complete, although noise reduction and sharpening are currently missing. Both the Import and Organize tabs need some UI massaging, as does the queue. Finally, the Output tab hasn't even been started yet.
0 commit comments