-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ead3ff
commit 2cf6401
Showing
1 changed file
with
4 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,14 @@ | ||
# Lyricfier 2 | ||
|
||
|
||
|
||
![Lyricfier2 Screenshot](screenshots/lyricfier2_osx.jpg?raw=true "Lyricfier Screenshot") | ||
|
||
Lyrics For Spotify App | ||
|
||
Lyricfier2 is a rewrite of the old lyricfier using Golang and qt bindings for Go. | ||
Lyricfier2 is a rewrite of the old lyricfier using Golang and running as a web server. | ||
|
||
*Warning: We are in a very early stage!* | ||
|
||
|
||
## qt building dependencies | ||
|
||
Lyricfier 2 is using qt so you need to install some deps for building. Follow the instructions for your platform in [qt golang binding](https://github.com/therecipe/qt#installation). | ||
|
||
## Building and running in Ubuntu 16.04 | ||
|
||
```bash | ||
# deps | ||
$ sudo apt install golang-go go-dep go-bindata | ||
# Create dir for clone | ||
$ mkdir -p $GOPATH/src/github.com/emilioastarita/lyricfier2 | ||
# clone repo | ||
$ git clone [email protected]:emilioastarita/lyricfier2.git $GOPATH/src/github.com/emilioastarita/lyricfier2 | ||
$ cd lyricfier2 | ||
# install deps | ||
$ dep ensure | ||
$ cd cmd/ | ||
$ go run main.go | ||
``` | ||
## Releases | ||
|
||
### Tested platforms | ||
Only Ubuntu / Debian | ||
|
||
- windows | ||
- darwin | ||
- linux | ||
[Download latest release](https://github.com/emilioastarita/lyricfier2/releases/latest) |