Menu

Installation Instructions

SaroEngels

=== 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):

  • libqt4-dev
  • libphonon-dev
  • phonon-backend-gstreamer

As buildtools are required:

  • cmake > 2.8
  • automoc

The build steps are the common ones for cmake:

  • unpack the tarball, make a build directory and change your working directory into the build directory:
$ tar xvjf transqript-x.x.x.tar.bz2
$ cd transqript-x.x.x/
$ mkdir build
$ cd build
  • run cmake etc. from the build directory:
$ cmake .. -DCMAKE_PREFIX_PATH=/usr
$ make
$ sudo make install

TODO:
how to make the desktop environment aware of the transqript.desktop file?