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

Regular expressions support now made optional through configure script.
Author: Kim Tore Jensen
Author date (UTC): 2010-05-14 11:22
Committer name: Kim Tore Jensen
Committer date (UTC): 2010-05-14 11:22
Parent(s): 61b2485c84b5b061644f50159dc65340100588f0
Signing key:
Tree: 4965aad0e2e6fcd00ebe13dd2a38b635ba2d8077
File Lines added Lines deleted
configure.ac 1 1
File configure.ac changed (mode: 100644) (index 6706a09..3f0156a)
... ... if test x$HAVE_CURS != xyes; then
6 6 AC_MSG_ERROR([PMS requires the curses or ncurses library. Please install before compiling PMS.]) AC_MSG_ERROR([PMS requires the curses or ncurses library. Please install before compiling PMS.])
7 7 fi fi
8 8 LIBS="$LIBS $CURSES_LIB" LIBS="$LIBS $CURSES_LIB"
9 AC_CHECK_LIB([boost_regex], [main])
9 AC_ARG_ENABLE([regex], [AS_HELP_STRING([--enable-regex], [Support pattern matching through the boost regex library (default: disable)])], [AC_CHECK_LIB([boost_regex], [main])])
10 10 AC_PREFIX_PROGRAM(man) AC_PREFIX_PROGRAM(man)
11 11 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
12 12 AC_PROG_CXX AC_PROG_CXX
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