annie-miqt/README.md

14 lines
357 B
Markdown
Raw Normal View History

# annie-miqt
2020-02-27 18:12:25 +08:00
Annie-miqt is a GUI application for downloading videos.
2020-02-27 18:12:25 +08:00
This is a fork of [annie-mingui](https://github.com/fanaticscripter/annie-mingui) ported to the [MIQT](https://github.com/mappu/miqt) library for demonstration purposes.
2020-02-27 18:12:25 +08:00
## Building
2020-02-27 18:12:25 +08:00
```bash
apt install qt6-base-dev build-essential golang-go
go build -ldflags '-s -w'
./annie-miqt
```