A cool c++ Internet Radio Player
 
 
 
Go to file
mrtuxa 53bc4a9477 Update 'compile.sh' 2023-07-13 13:20:01 +02: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 Update 'README.md' 2023-07-13 13:10:41 +02:00
compile.sh Update 'compile.sh' 2023-07-13 13:20:01 +02: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://git.dezentrale.cloud/mrtuxa/radio_plus_plus.git
cd radio_plus_plus
sh compile.sh