A cool c++ Internet Radio Player
 
 
 
Go to file
mrtuxa 0f141119a2 Init Commit 2022-11-24 00:56:35 +01:00
.gitignore Initial commit 2022-11-24 00:47:07 +01:00
LICENSE Initial commit 2022-11-24 00:47:07 +01:00
Makefile Init Commit 2022-11-24 00:56:35 +01:00
README.md Init Commit 2022-11-24 00:56:35 +01:00
compile.sh Init Commit 2022-11-24 00:56:35 +01:00
main.cpp Init Commit 2022-11-24 00:56:35 +01:00
main.h Init Commit 2022-11-24 00:56:35 +01:00
search.cpp Init Commit 2022-11-24 00:56:35 +01:00
search.h Init Commit 2022-11-24 00:56:35 +01:00
update.sh Init Commit 2022-11-24 00:56:35 +01:00
window.cpp Init Commit 2022-11-24 00:56:35 +01:00
window.h Init Commit 2022-11-24 00:56:35 +01:00

README.md

Radio ++

Dependencies

g++
wxgtk3
vlc
curl
jsoncpp

Arch

sudo pacman -S gcc wxgtk3 vlc curl jsoncpp

Debian/Ubuntu

sudo apt-get install g++ libwxgtk3.0-dev libvlc-dev libcurl-dev libjsoncpp-dev

Gentoo GNU/Linux

doas emerge -aq jsoncpp vlc x11-libs/wxGTK-3.0

Installing

git clone https://github.com/MIROowo/radio_plus_plus.git
cd radio_plus_plus
sh compile.sh