JaGoLi / ytdl-gui

A simple-to-use, cross-platform graphical interface for youtube-dl.
GNU General Public License v3.0
253 stars 23 forks source link

Building on Debian 10 #40

Closed nobody43 closed 3 years ago

nobody43 commented 3 years ago

Only able to build after: # apt install cmake $ cd ytdl-gui && cmake . && make

Env: clean Debian 10 install:

$ uname -a
Linux debian 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:    10
Codename:   buster
JaGoLi commented 3 years ago

This is NOT an issue. I have changed the build system from make to cmake. I forgot to change the readme though.