First README.
authorviric@llimona
Sat, 08 Dec 2007 20:30:58 +0100
changeset 237 1770a8b0a09b
parent 236 c26af98826cb
child 238 7d74ed771879
First README.
qjpeg/README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qjpeg/README	Sat Dec 08 20:30:58 2007 +0100
@@ -0,0 +1,31 @@
+1. What is it?
+  A UI for interactively decompressing JPEG coded images, with some algorithms
+  that help decoding the image with less JPEG noise.
+
+2. Requirements to build it
+  - cmake 2.4
+  - qt 4.3.1
+  - libjpeg
+
+3. Build
+  From the root dir of the project:
+  $ mkdir out
+  $ cd out
+  $ cmake ..
+  $ make
+  You're interested only in the executable file gui/qjpeg. The program
+  doesn't depend on any other file, unless you don't want a Catalan UI. Look at
+  [4.1. Internationalization].
+
+4. Running
+  Get into the directory out/gui/, and there run:
+  $ ./qjpeg
+
+4.1. Internationalization
+  From the root dir of the project:
+  $ ./make-lrelease
+  $ cp *.qm out/gui/
+  Now you can start the program from inside out/gui/, and it will load
+  the translations.
+ 
+More information: http://vicerveza.homeunix.net/~viric/soft/qjpeg/