artemanufrij / screencast

An elementary OS app
https://artemanufrij.github.io
32 stars 11 forks source link
linux screencast vala

Screencast


A simple screencast recorder

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter


Screencast is a fork of Eidete created by Sergey "Shnatsel" Davidoff

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libgstreamer1.0-dev libgstreamer-plugins-bad1.0-dev libwnck-3-dev libappindicator3-dev

Clone repository and change directory

git clone https://github.com/artemanufrij/screencast.git
cd screencast

Configure the build environment and build the application

meson build --prefix=/usr
cd build

Install and start Screencast on your system

sudo ninja install
com.github.artemanufrij.screencast