beverlyRoadGoose / Beam

A cross platform desktop podcast client

Home Page:https://beverlyroadgoose.github.io/Beam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status GitHub version Codacy Badge License

About

Beam

Beam is a cross platform desktop podcast client still at the very beginning of development. I'm building it for my personal use and to learn the wxWidgets GUI library.

Building / Running

Dependencies & Build tools

To build from source, you need the tools listed installed on your system after which you can run the build script : ./scripts/build.sh to build & ./build/Beam to run the app.

If your are working on OS X or linux, you can run ./scripts/dependencies.sh. This would automatically download and install all the dependencies for you (if they weren't already installed).

To run tests: ./scripts/test.sh

All scripts should be run from the project root directory.

License

   Copyright 2018 Oluwatobi Adeyinka

   
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

About

A cross platform desktop podcast client

https://beverlyroadgoose.github.io/Beam/

License:Apache License 2.0


Languages

Language:C++ 84.7%Language:CMake 8.7%Language:Shell 6.5%