====== QPar2 (en)======
QPar2 is a GUI for the tool par2cmdline developped with Qt4. It requires libpar2 and libsigc++.
===== Download =====
This software is released under the GNU GPL. You can download the source code or the deb packaged version:
* version 0.1: {{:dev:qpar2_0.1.tar.gz|:dev:qpar2_0.1.tar.gz}} or {{:dev:qpar2_0.1_i386.deb|:dev:qpar2_0.1_i386.deb}}
===== Compilation =====
Qpar2 requires libpar2 wich requires libsigc++. You need Qt4 tools to compile this software.
With Debian, you can install everything you need with:
apt-get install qt4-dev-tools libqt4-dev libpar2-0-dev libsigc++-2.0-dev
To compile:
tar xvzf qpar2-v{version}.tar.gz
cd qpar2-v{version}
qmake qpar2.pro
make
The executable file //qpar2// is placed in the directory //../build//.
===== Screenshot =====
{{:dev:qpar2-0.2-1.png|:dev:qpar2-0.2-1.png}}
{{:dev:qpar2-0.2-2.png|:dev:qpar2-0.2-2.png}}