Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.06 KB

Movie Explorer

View information about the movies stored on your computer. (Windows)

Screenshots

Download

Please head over to the Releases Page.

Building

The following steps will lead to a successful build (assuming you're working on Windows 7 64-bit with Visual Studio 2010/2013 installed).

  1. Download/fork the source

  2. Install boost from the provided subdirectory

    • Copy the headers from boost\boost_1_55_0.7z\boost_1_55_0\boost to C:\Program Files (x86)\Microsoft Visual Studio XX.X\VC\include\boost
    • Copy the libs from boost\VS2010 or boost\VS2013 to C:\Program Files (x86)\Microsoft Visual Studio XX.X\VC\lib, depending on your Visual Studio version
  3. Open MovieExplorer\VS2010\MovieExplorer.sln or MovieExplorer\VS2013\MovieExplorer.sln depending on your Visual Studio version

  4. Hit build