Skip to content

Commit

Permalink
Adding release info.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioastarita committed Jul 13, 2019
1 parent 9ead3ff commit 2cf6401
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions README.md
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 git@github.com: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)

0 comments on commit 2cf6401

Please sign in to comment.