https://github.com/fedott/kweb-player
Simple web player for KDE
https://github.com/fedott/kweb-player
Last synced: 8 months ago
JSON representation
Simple web player for KDE
- Host: GitHub
- URL: https://github.com/fedott/kweb-player
- Owner: Fedott
- Created: 2015-10-05T08:04:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T11:17:31.000Z (over 8 years ago)
- Last Synced: 2025-04-03T21:44:50.209Z (about 1 year ago)
- Language: C++
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
Build instruction
Build requires extra-cmake-modules
```
mkdir build
cd build
cmake ../
make
sudo make install
```