Skip to content

Create Application Bundle

vitekr edited this page Dec 1, 2016 · 3 revisions

On Mac systems, we recommend to create UltraGrid application bundle. UltraGrid itself doesn't require this, but some drivers (SDL) do. To create a bundle, type

make bundle

This creates bundle uv.app. To run UltraGrid from bundle via command-line, use this command:

<path_to> /uv.app/Contents/MacOS/uv --params

Clone this wiki locally