Menu

Tree [d01d2c] default tip /
 History

Read Only access


File Date Author Commit
 qtape 2014-11-03 Joshua Worth Joshua Worth [d01d2c] Removed exec mode from all files
 resources 2014-11-03 Joshua Worth Joshua Worth [d01d2c] Removed exec mode from all files
 .hgignore 2014-11-02 Joshua Worth Joshua Worth [18f239] Copy from original repository
 CODING 2014-11-03 Joshua Worth Joshua Worth [d01d2c] Removed exec mode from all files
 LICENCE 2014-11-02 Joshua Worth Joshua Worth [18f239] Copy from original repository
 README 2014-11-03 Joshua Worth Joshua Worth [d01d2c] Removed exec mode from all files

Read Me

Qtape lecture recording program
-------------------------------

Qtape is a program for recording lectures. It can take record from the webcam
and desktop at the same time, and lay them out on one image.


Building
--------

You will need the latest version of Qt 5. This can be acquired from:

  http://qt-project.org/downloads

You will also need the development packages for:
- libavcodec (Version 10 or newer)
- libavformat (Version 10 or newer)
- libavresample (Version 10 or newer)
- libavutil (Version 10 or newer)
- libswscale (Version 10 or newer)
- libX11
- libpoppler-qt5

In Ubuntu 14.04 the above packages can be downloaded with:

 $ sudo apt-get install libqt5core5a libqt5gui5 libqt5widgets5 \
   libqt5multimedia5 libpoppler-qt5-dev libavcodec-dev libavutil-dev \
   libswscale-dev libavformat-dev libavresample-dev libX11-dev

You should have gotten a copy of QtCreator along with Qt 5.
Open qtape/qtape.pro in QtCreator, then press run.