-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREADME
24 lines (14 loc) · 882 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Compiling ClipGrab
Pre-compiled packages for ClipGrab are available on https://clipgrab.org
But compiling ClipGrab is really easy!
##Prerequisites
You need to install the Qt5 developer libraries in order to compile the program.
On Ubuntu and Debian-based system, you can install the necessary libraries like this:
sudo apt install qtbase5-dev qtwebengine5-dev
Other Linux distributions might have slightly different package names. Packages for Windows and macOS can be downloaded here: https://download.qt.io/archive/qt/5.12/
In addition, ffmpeg (no developer libs necessary) and python needs to be installed: Ubuntu 20.04 requires python-is-python3:
sudo apt install ffmpeg python-is-python3
##Compiling
To compile ClipGrab, simply execute the following command:
qmake clipgrab.pro && make
This will create an executable "clipgrab" that you can start via ./clipgrab.