Skip to content

Commit c6a03fd

Browse files
committed
README: add LibRaw version info, fix formatting
1 parent 4c37c24 commit c6a03fd

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

+20-17
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,39 @@
44
QtRaw
55
=====
66

7-
Qt image plugin for loading raw files, via libraw. Once installed, it enables
8-
all Qt applications to load raw files produced by most digital cameras.
7+
Qt image plugin for loading raw files, via [LibRaw](https://www.libraw.org/).
8+
Once installed, it enables all Qt applications to load raw files produced by
9+
most digital cameras.
910

10-
The code is licensed udner the GPL v3 licence. If you need to distribute it
11+
The code is licensed under the GPL v3 licence. If you need to distribute it
1112
under a different license, please contact me at info@mardy.it
1213

13-
INSTALL
14-
=======
1514

16-
The QtRaw plugin depends on Qt and libraw. In order to build it, make sure you
17-
have the necessary development packages installed. Under Ubuntu, this can be
18-
achieved by running these commands:
15+
Installation
16+
------------
1917

20-
sudo apt-get install libraw-dev qtbase5-dev
18+
The QtRaw plugin depends on Qt and LibRaw (versions 0.15 till 0.19 are known to
19+
be working). In order to build it, make sure you have the necessary development
20+
packages installed. Under Ubuntu, this can be achieved by running these
21+
commands:
22+
23+
sudo apt-get install libraw-dev qtbase5-dev
2124

2225
for building with Qt 5, or
2326

24-
sudo apt-get install libraw-dev libqt4-dev
27+
sudo apt-get install libraw-dev libqt4-dev
2528

2629
for building with Qt 4.
27-
Alternatively, you can find the libraw source code at
28-
http://www.libraw.org/download
30+
Alternatively, you can find the LibRaw source code at
31+
http://www.libraw.org/download and build it yourself.
2932

3033

3134
Once the dependencies are set up, the following commands will build and install
3235
the plugin into your system:
3336

34-
qmake
35-
make
36-
sudo make install
37+
qmake
38+
make
39+
sudo make install
3740

38-
If everything worked correctly, all Qt applications should be able to load and
39-
display raw camera files.
41+
If everything worked correctly, all Qt applications should now be able to load
42+
and display raw camera files.

0 commit comments

Comments
 (0)