xaizek / mpdknotifier (License: GPLv2+) (since 2018-12-07)
A notification application that informs you about currently played song.
Commit 6312982e057a1b0b5ce484e3c4a0295f2e8b7e5b

Added prefix definition in INSTALL.
Author: xaizek
Author date (UTC): 2011-03-27 17:28
Committer name: xaizek
Committer date (UTC): 2011-03-27 17:28
Parent(s): adf1bb21456e1c02618ead08abdecb0f2ca52057
Signing key:
Tree: 0ca4befd98e4bbd43052b0abdeedcbaef832d648
File Lines added Lines deleted
INSTALL 3 2
File INSTALL changed (mode: 100644) (index de24bea..140fcec)
... ... Dependences:
5 5 - CMake - CMake
6 6
7 7 Assuming that your current directory is one containing this file use following Assuming that your current directory is one containing this file use following
8 commands to compile program:
8 commands to compile program (prefix is /usr/ since /usr/local/ may work
9 incorrect):
9 10
10 11 mkdir build mkdir build
11 12 cd build cd build
12 cmake ..
13 cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
13 14 make make
14 15
15 16 And to install it run: And to install it run:
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/mpdknotifier

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/mpdknotifier

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master