|
4 | 4 | QtRaw
|
5 | 5 | =====
|
6 | 6 |
|
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. |
9 | 10 |
|
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 |
11 | 12 | under a different license, please contact me at info@mardy.it
|
12 | 13 |
|
13 |
| -INSTALL |
14 |
| -======= |
15 | 14 |
|
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 | +------------ |
19 | 17 |
|
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 |
21 | 24 |
|
22 | 25 | for building with Qt 5, or
|
23 | 26 |
|
24 |
| - sudo apt-get install libraw-dev libqt4-dev |
| 27 | + sudo apt-get install libraw-dev libqt4-dev |
25 | 28 |
|
26 | 29 | 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. |
29 | 32 |
|
30 | 33 |
|
31 | 34 | Once the dependencies are set up, the following commands will build and install
|
32 | 35 | the plugin into your system:
|
33 | 36 |
|
34 |
| - qmake |
35 |
| - make |
36 |
| - sudo make install |
| 37 | + qmake |
| 38 | + make |
| 39 | + sudo make install |
37 | 40 |
|
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