24f1c3f3ecd7a039e29578200572e6fbccde5b9e
GitAddonsManager
Git based World of Warcraft addon manager.
This application exclusively manage git repositories, addons not containing a git repositories will be ignored. All addons hosted on Gitlab, Github and likes are compatible but must be cloned through git (if you don't know what that means, you will need to redownload your addons through this app).
Building on Linux
Requirements:
- Qt6 Modules:
- Core
- Quick
- QuickControls2
- Concurrent
- Network
- Widgets
- libgit2
build & install
cmake . -B build -DGitAddonsManager_GIT_DESCRIBE="$(git describe --tags --long)" -DCMAKE_BUILD_TYPE=Release --install-prefix="$(pwd)/release"
cmake --build build
cmake --install build
The executable is then found in release/bin/.
Description
Releases
1
Languages
C++
63.2%
QML
28.2%
Makefile
4%
CMake
3.6%
Qt Script
1%