xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
Commit 58457a4a807c8e10a0b3576be5479c19b1651e9b

Rename README to README.md and make a symlink for GNU autotools.
Author: Kim Tore Jensen
Author date (UTC): 2012-09-02 11:54
Committer name: Kim Tore Jensen
Committer date (UTC): 2012-09-02 11:54
Parent(s): 22ccd57871adf77d607c666e880b866569427248
Signing key:
Tree: ff4fcf769a0eaf13b68965dbbcf7f7360ebb97d0
File Lines added Lines deleted
README 1 67
README.md 8 5
File README added (mode: 120000) (index 0000000..42061c0)
1 README.md
File README.md copied from file README (similarity 85%) (mode: 100644) (index b05ed59..1874674)
... ... layouts, and key bindings. [PMS](https://github.com/ambientsound/pms) aims to
7 7 be accessible and highly configurable. be accessible and highly configurable.
8 8
9 9 ### Compiling ### Compiling
10 $ cmake . && make
10 If you are building from Git, you need GNU autoconf and automake.
11
12 $ autoreconf --install
13 $ ./configure
14 $ make
11 15
12 16 ### Dependencies ### Dependencies
13 17 You need to have [MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) You need to have [MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki)
14 18 installed and working before using [PMS](https://github.com/ambientsound/pms), installed and working before using [PMS](https://github.com/ambientsound/pms),
15 but not neccessarily on the same machine.
16
17 This client requires
19 but not neccessarily on the same machine. This client requires
18 20 [MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) >= 0.15.0. [MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) >= 0.15.0.
19 21
20 [PMS](https://github.com/ambientsound/pms) depends on ncurses >= 5.0 to build.
22 [PMS](https://github.com/ambientsound/pms) depends on the wide version of
23 ncurses. On Debian systems this package is called libncurses5w-dev.
21 24
22 25 ### Configuration ### Configuration
23 26 Your configuration file is ~/.config/pms/pms.conf. A system-wide config Your configuration file is ~/.config/pms/pms.conf. A system-wide config
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/pms

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

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