A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 38086f1e28 Update PKGBUILD and .gitignore
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-04-20 11:38:46 -04:00
gui Set queue length on startup 2014-04-11 08:28:03 -04:00
include Set queue length on startup 2014-04-11 08:28:03 -04:00
lib Set queue length on startup 2014-04-11 08:28:03 -04:00
share Create a .desktop file 2014-04-06 19:57:06 -04:00
tests Rename config -> Sconstruct 2014-04-09 21:09:49 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore Update PKGBUILD and .gitignore 2014-04-20 11:38:46 -04:00
DESIGN database: Each DatabaseEntry should know its id 2014-04-06 19:57:06 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Update PKGBUILD and .gitignore 2014-04-20 11:38:46 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct Ocarina 6.0 2014-04-20 11:14:13 -04:00
TODO TODO: Remove already implemented features 2014-04-06 19:57:04 -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