From 99f9a155215c9e0a722169dc397585a5c30448c4 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Tue, 29 Oct 2019 03:53:20 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5fc11d7..932bb40 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://ci.appveyor.com/api/projects/status/github/xbmc/visualization.waveform?svg=true)](https://ci.appveyor.com/project/xbmc/visualization-waveform) +[![Build Status](https://travis-ci.org/xbmc/visualization.waveform.svg?branch=Matrix)](https://travis-ci.org/xbmc/visualization.waveform/branches) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/xbmc/visualization.waveform?branch=Matrix&svg=true)](https://ci.appveyor.com/project/xbmc/visualization-waveform?branch=Matrix) -## 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 master https://github.com/xbmc/xbmc.git` -2. `git clone https://github.com/xbmc/visualization.waveform.git` +2. `git clone --branch Matrix 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`