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 below:

Build instructions · Fraunhofer-IIS/mpeghdec Wiki · GitHub

The build generally requires CMake (at least version 3.16) and a suitable toolchain to be installed on your system.

Independent of the build target, you can configure the build with the following CMake variables:

These are basic build instructions. For further information on your specific platform, visit the target-specific build pages.

  1. Clone the project and make a build folder.

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

    $ cmake -S mpeghdec -B build -DCMAKE_BUILD_TYPE=Release
    
  3. Build the project.

    $ cmake --build build --config Release
    

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

    NOTE: on Windows the output subfolder will additionally contain Release or Debug subfolder.

Target-specific build instructions

We provide more detailed build instructions for the following platforms.

For some platforms, we provide starter toolchain files. You can find more info here. Further cross-compilation with specific toolchains can be achieved by providing your own toolchain files.


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