A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Fraunhofer-IIS/mpeghdec/wiki/Build-instructions-for-Windows below:

Build instructions for Windows · Fraunhofer-IIS/mpeghdec Wiki · GitHub

You need to have CMake and at least the Visual Studio Build Tools installed. Optionally, you can use the full installation of Visual Studio, which includes the needed build tools.

  1. Clone the project and make a build folder.

    $ git clone git@github.com:Fraunhofer-IIS/mpeghdec.git
    $ mkdir -p build_windows
    
  2. Configure the project using CMake.

    $ cmake -S mpeghdec -B build_windows
    

    If you have multiple versions of Visual Studio installed, you can use the -G option to select the wanted Visual Studio version as a generator and the -A option for the architecture.

  3. Build the project.

    $ cmake --build build_windows --config Release
    

    The build/ folder should, dependent on the set configuration, now contain:

    Change the --config option if needed.

If you need to build with a specific setting for the MSVC runtime library, please set the CMAKE_MSVC_RUNTIME_LIBRARY cache variable in step 2.

If you have the full Visual Studio IDE installed, you can open the generated solution file after step 2 to view, edit and run the program within the IDE.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4