A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 95064e4537 Rename lib/ -> core/
I plan to introduce a new lib/ that sits between the gui and the backend
files (similar to how glibc sits between the kernel and userspace).
This gets the rename out of the way before I change my mind again.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-06-05 10:21:32 -04:00
core Rename lib/ -> core/ 2014-06-05 10:21:32 -04:00
gui Rename lib/ -> core/ 2014-06-05 10:21:32 -04:00
include Rename lib/ -> core/ 2014-06-05 10:21:32 -04:00
share Rip out import stuff 2014-04-10 08:42:53 -04:00
tests Rename lib/ -> core/ 2014-06-05 10:21:32 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore Rename lib/ -> core/ 2014-06-05 10:21:32 -04:00
DESIGN audio: Update the code to match the design 2014-06-01 17:53:41 -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 Rename lib/ -> core/ 2014-06-05 10:21:32 -04:00
TODO testing: Add gcov and cppcheck tests 2014-05-20 17:25: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