GithubHelp home page GithubHelp logo

cosmorama-space / radiostream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from khrynczenko/radiostream

0.0 0.0 0.0 648 KB

Simple, fast and light-weight internet radio player for Windows and Linux

License: MIT License

C++ 80.74% Python 0.25% CMake 18.53% Dockerfile 0.48%

radiostream's Introduction

logo

RadioStream


Branches:
develop CMake

Please note that RadioStream is not being actively developed. I made it as a side project during my studies while my main focus was on learning new C++ related concepts.


Simple, fast and light-weight internet radio player for Windows and Linux.

Do not consider master branch to be stable release, for now it contains the fundamental features in their basic form. Latest tested release goes on the master branch, while develop branch is used for creating new content before releasing. You should branch from develop if you want to make changes.

You can download pre-built binaries here.

How to build

Requirements

  • CMake 3.13+
  • Compiler with C++17 support ( tested with gcc-8 / Visual Studio 15 2017)

Linux (Ubuntu)

The easiest way to build is using CMake. Make sure that CMake uses g++-8 (or later) as a C++ compiler. Just open terminal in the project directory and run:

cmake

Followed by:

make

Be sure to have all system dependencies installed. To be precise you should check dockerfile that is used to setup CI environment. It can be found in root project directory in file Dockerfile. Roughly you need to have installed following packages.

apt-get install -y libx11-dev libfreetype6 libfreetype6-dev libxft-dev libxcursor-dev libssl-dev

Windows

Again the easiest way is to use CMake. Command below is for Visual Studio 15 2017 but you can use any version that supports C++17.

cmake -G "Visual Studio 15 2017 Win64"

You also need to have OpenSSL installed (for example with choco). and set OPENSSL_ROOT_DIR environment variable to its root directory.

Then you can work directly with generated Visual Studio solution.

Info when building for the first time

First time CMake is run the dependencies are going to be downloaded. This may take some time depending on your connection. The first time you build the project dependencies are also going to get build so it might also take quite a while to finish. Consecutive builds should be much quicker.

If you have any problems you should post an issue.

Dependencies

nana https://github.com/cnjinhao/nana (fork)
BASS https://www.un4seen.com/
JSON for Modern C++ https://nlohmann.github.io/json/
POCO C++ Libraries https://pocoproject.org/index.html
clip https://github.com/dacap/clip
OpenSSL https://www.openssl.org/

Screens:
search_page play_page

radiostream's People

Contributors

khrynczenko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.