https://github.com/vimpostor/tagalong
A sheet music viewer with special integration for Barbershop tags
https://github.com/vimpostor/tagalong
barbershop pdf-viewer qml qt sheet-music sheet-music-viewer
Last synced: 8 months ago
JSON representation
A sheet music viewer with special integration for Barbershop tags
- Host: GitHub
- URL: https://github.com/vimpostor/tagalong
- Owner: vimpostor
- License: gpl-3.0
- Created: 2025-06-15T20:32:28.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-06-25T20:58:04.000Z (10 months ago)
- Last Synced: 2025-06-25T21:36:35.471Z (10 months ago)
- Topics: barbershop, pdf-viewer, qml, qt, sheet-music, sheet-music-viewer
- Language: C++
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tag along
A sheet music viewer with special integration for [Barbershop tags](https://www.barbershoptags.com/).
# Installation
In the future this application will be available on the Google Play Store.
## Building from source
Make sure you have a C++26 compiler and the latest Qt with the Declarative, Svg, Pdf, Network and Sql modules installed.
```bash
cmake -B build
cmake --build build
cmake --build build --target icon-integration
```
For the Android build follow the [Qt for Android setup](https://doc.qt.io/qt-6/android.html), then build with:
```bash
~/Qt/*/android_arm64_v8a/bin/qt-cmake -DANDROID_SDK_ROOT=$HOME/Android/Sdk -DANDROID_NDK_ROOT=$HOME/Android/Sdk/ndk/* -B build -G Ninja
cmake --build build --target icon-integration
cmake --build build
```
You can then flash the APK with `adb install /path/to/android-build-debug.apk`.