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

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

You need to have CMake and Xcode installed.

  1. Clone the project and make a build folder.
    $ git clone git@github.com:Fraunhofer-IIS/mpeghdec.git
    $ mkdir -p build_ios
    
  2. Configure the project using CMake.
    $ cmake -S mpeghdec -B build_ios -G Xcode -DCMAKE_TOOLCHAIN_FILE=<path/to/toolchain-file.cmake>
    
    Use a toolchain file and set the path to it correctly.
  3. Build the project.
    $ cmake --build build_ios --config Release
    
    The build/ folder should, dependent on the set configuration, now contain:

The parameter CMAKE_TOOLCHAIN_FILE is added in step 2 of the build instructions above and should point to a file containing a toolchain description. You can find more information on that topic here.

We recommend using one of the following 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