=== Windows ===
To install transqript, run the installer you have downloaded with administrative privileges: Right click the executable and select Run As Administrator. After that follow the installer.
The transqript installer should have added a link to your start menu now so you can start right away.
=== Linux ===
Binaries for Opensuse 12.1 and Opensuse Factory are available from opensuse build service: https://build.opensuse.org/package/show?package=transqript&project=home%3Asaroengels
== Building ==
transqript has been written using Qt4 and phonon.
Build requirements are (dependencies of the packages mentioned here should be installed as well):
As buildtools are required:
The build steps are the common ones for cmake:
$ tar xvjf transqript-x.x.x.tar.bz2 $ cd transqript-x.x.x/ $ mkdir build $ cd build
$ cmake .. -DCMAKE_PREFIX_PATH=/usr $ make $ sudo make install
TODO:
how to make the desktop environment aware of the transqript.desktop file?