diff --git a/README.md b/README.md index 6207839..961bc01 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ This is a [Kodi](http://kodi.tv) visualization addon. -[![Build Status](https://travis-ci.org/xbmc/visualization.waveform.svg?branch=master)](https://travis-ci.org/xbmc/visualization.waveform) +[![Build Status](https://travis-ci.org/xbmc/visualization.waveform.svg?branch=Leia)](https://travis-ci.org/xbmc/visualization.waveform/branches) [![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/visualization.waveform?svg=true)](https://ci.appveyor.com/project/xbmc/visualization-waveform) -## Build instructions +![screenshot](https://raw.githubusercontent.com/xbmc/visualization.waveform/master/visualization.waveform/resources/screenshot-02.jpg) +## Build instructions When building the addon you have to use the correct branch depending on which version of Kodi you're building against. -For example, if you're building the `master` branch of Kodi you should checkout the `master` branch of this repository. +If you want to build the addon to be compatible with the latest kodi `master` commit, you need to checkout the branch with the current kodi codename. Also make sure you follow this README from the branch in question. ### Linux @@ -17,7 +18,7 @@ The following instructions assume you will have built Kodi already in the `kodi- suggested by the README. 1. `git clone --branch Leia https://github.com/xbmc/xbmc.git` -2. `git clone https://github.com/xbmc/visualization.waveform.git` +2. `git clone --branch Leia https://github.com/xbmc/visualization.waveform.git` 3. `cd visualization.waveform && mkdir build && cd build` 4. `cmake -DADDONS_TO_BUILD=visualization.waveform -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons` 5. `make`