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

Ludimus on Ubuntu

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

Prerequisites

To build Ludimus, install essential packages:

sudo apt install git cmake libssl-dev libplist-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-vaapi

Additionally, to run Ludimus:

sudo apt install gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio

Building

First, download sources from GitHub:

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

Then, build Ludimus:

mkdir build
cd build
cmake ..
make

Running

./ludimus
Clone this wiki locally