A GTK+ / GStreamer based music player
Go to file
Anna Schumaker f6306faac8 queue: Remove old unit test
Also take a few moments to update the DESIGN.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-05-18 14:46:14 -04:00
gui queue: Update sorting code 2014-05-18 14:12:16 -04:00
include queue: Update the track_selected code 2014-05-18 14:25:29 -04:00
lib queue: Update reand and write code 2014-05-18 14:39:41 -04:00
share Rip out import stuff 2014-04-10 08:42:53 -04:00
tests queue: Remove old unit test 2014-05-18 14:46:14 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore Add valgrind support to testing 2014-05-14 17:49:03 -04:00
DESIGN queue: Remove old unit test 2014-05-18 14:46:14 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Update PKGBUILD 2014-04-06 19:57:06 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct queue: Update sorting code 2014-05-18 14:12:16 -04:00
TODO Add valgrind support to testing 2014-05-14 17:49:03 -04:00

README

Build:
	$ scons

Clean:
	$ scons -c

Install:
	$ sudo scons install

Uninstall:
	$ sudo scons -c install

Build tests:
	$ scons tests

Clean tests:
	$ scons -c tests