xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
<root> / INSTALL (465000af6f86b0dd91d15d870a7853cd34fa1437) (528B) (mode 100644) [raw]
To set up the build environment for PMS, type:
$ ./autogen.sh

If all went well, configure the build with:
$ ./configure

If there were error messages address them -- you may have missing libraries. 
Then run the configure script again.
Otherwise, build PMS with:
$ make

You now have a PMS binary in the current directory -- you can run it with
$ ./pms

If you want to install system-wide:
$ su -
Password:
# make install

Or, on systems which use sudo:

$ sudo make install

You should then be able to run PMS by typing
$ pms
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