Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Ludimus on macOS

Weijia Wang edited this page Aug 23, 2020 · 3 revisions

Prerequisites

Install essential packages with Homebrew:

brew install cmake openssl libplist gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav

Building

First, download sources from GitHub:

git clone https://github.com/wegank/ludimus.git
cd ludimus

Then, set environment variables:

export LIBRARY_PATH="/usr/local/lib"
export CPATH="/usr/local/include"
export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"

Finally, build Ludimus:

mkdir build
cd build
cmake ..
make

Running

./ludimus
Clone this wiki locally