[mmap] partial revert of 8cef8db4 to disable using mmap file reader
[videoplayer.git] / INSTALL
blob0ab3322b4a0db0a6238bc963d1086cd9f7d91fc9
1 Real Time Video Player for raw YUV files
3 To build on Linux systems
4 -------------------------
6 Prerequisites:
7  - Qt 4.2.3 or later Commercial or Open Source Edition, www.trolltech.com
9 qmake     #generate makefile from videoplayer.pro
10 make      #generate videoplayer execuatable
13 To build on Mac OS X systems
14 ----------------------------
16 Prerequisites: Mac OS X 10.5 / Leopard
17     Qt 4.2.3 or later Commercial or Open Source Edition, www.trolltech.com/
18     Xcode toolchain
19                            
20     Optionally FTGL text rendering library, can be installed with MacPorts www.macports.org
21     If you do not want to use FTGL, the on screen display can be disabled by commenting out the
22     lines in the macx/ftgl section of videoplayer.pro
24 qmake -spec macx-g++    #generate makefile from videoplayer.pro
25 make                    #compile videoplayer executable
27 To build on Windows systems
28 ---------------------------
30 See INSTALL.win32