A huge project of internet radio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Blue 05b7a33a2a Merge branch 'player' of Macaw/radio into master 4 years ago
corax volume control, schedule button, VBR decoder fix, reduced debug in decoder, added decoder source 4 years ago
lib seeking, autonext song 4 years ago
libjs volume control, schedule button, VBR decoder fix, reduced debug in decoder, added decoder source 4 years ago
lorgar volume control, schedule button, VBR decoder fix, reduced debug in decoder, added decoder source 4 years ago
magnus volume control, schedule button, VBR decoder fix, reduced debug in decoder, added decoder source 4 years ago
perturabo initial player stuff 4 years ago
roboute initial commit 5 years ago
test handled audio playback with aurora library 4 years ago
CMakeLists.txt initial commit 5 years ago
README.md initial commit 5 years ago

README.md

RadioW

Dependencies

  1. cmake >= 2.8.12
  2. qt 5.*
  3. qt(5)-base
  4. qt(5)-websockets
  5. nodejs
  6. npm
  7. libssh
  8. lmdb
  9. taglib

Building

Attention! During the first build internet connection is mandatory. There are some nodejs dependencies, which npm is going to unstall during configuration.

  1. Create a build directory and checkout there. For example if you are in project directory, and want to build in subdirectory run
mkdir build
cd build
  1. Run cmake to configure the project, giving the path to project root directory. For example
cmake ../
  1. Run make to build the project. For example
make