Windows Build
This is for all windows's however we are running on vista
Building on windows is pretty straight forward; this assumed that you have the standard development tools installed i.e. vc7 or vc8 and openlibraries.
Dependencies
Current dependencies are openlibraries (full build with ffmpeg) and Qt3
* for openlibraries we will have a installable sdk soon, in the mean follow the build instrucitons for your platform at
* for Qt3
- you should already have Qt3 installed however you may need the developer tools:
CineSuite Build Instructions
Currently we are using the qmake tool to create cross platform makefiles
* Navigate to the cinesuite src directory and set up the environment
- cd cinesuite/src
- source setenv
* Create the makefile with qmake for the tool you plan to build
- for cineplay
- qmake -o Makefile cineplay.pro
- make
- for cinecode
- qmake -o Makefile cinecode.pro
- make
