A GTK+ / GStreamer based music player
Go to file
Anna Schumaker 8128e5b5e1 tests: Remove unused testing options
I never really did anything with cppcheck or gcov, so I'm removing these
options.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-11-01 20:25:56 -04:00
core tags: Add doxygen documentation 2014-10-20 21:38:16 -04:00
gui gui: Use Gtk::Application() instead of Gtk::Main() 2014-10-29 18:08:28 -04:00
include version: Update documentation 2014-11-01 20:25:56 -04:00
lib lib: Fix setting share dir 2014-10-29 18:07:10 -04:00
share Merge branch 'master' into Ocarina-next 2014-08-19 08:08:55 -04:00
tests tests: Remove unused testing options 2014-11-01 20:25:56 -04:00
.gitattributes Created a PKGBUILD 2011-11-11 08:12:40 -05:00
.gitignore Add doxygen documentation for audio.h, core.h, and version.h 2014-09-12 16:36:46 -04:00
DESIGN version: Update documentation 2014-11-01 20:25:56 -04:00
Doxyfile Create `scons docs` 2014-10-23 08:16:37 -04:00
GOALS Define my goals for Ocarina 6.3 2014-11-01 20:25:56 -04:00
LICENSE Update the license 2014-04-06 19:57:06 -04:00
PKGBUILD Update PKGBUILD for 6.2.1 2014-10-30 08:19:13 -04:00
README Add a `scons install` option 2014-04-09 20:37:46 -04:00
Sconstruct tests: Remove unused testing options 2014-11-01 20:25:56 -04:00
TODO TODO: Remove completed items 2014-06-06 09:57:31 -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