diff --git a/DESIGN b/DESIGN index 359980a5..8dc19bf6 100644 --- a/DESIGN +++ b/DESIGN @@ -4,13 +4,14 @@ = = =============================================================================== -Ocarina 6.0 is the 6th (re)writing of the Ocarina music player - a lightweight, -GTK+ based music player. Improvements over the 5.x series will include the -existence of both a design document and unit tests, two items that will help -the main developer stay focused and make maintenance easier. +Ocarina 6.0 is the 6th implementation of the Ocarina music player - a +lightweight, GTK+ based music player with all the features that I want. +Improvements over the 5.x series will include the existence of both a design +document (this file) and unit tests. This should make maintenance easier and +help me stay focused. -Ocarina 6.0 will use Gstreamer 1.0 for audio playback and GTK-MM 3 for user -interface development. +Ocarina 6.0 will use Gstreamer 1.0 for audio playback, GTK-MM 3 for user +interface development, and Taglib for extracting tags. @@ -64,7 +65,7 @@ Files: Install: Ocarina will be compiled into a single executable placed under /usr/bin/. Any extra files needed to run will be placed under - /usr/lib/ocarina/. + /usr/share/ocarina/. diff --git a/README b/README new file mode 100644 index 00000000..8e97b64d --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +Build: + $ scons + +Clean: + $ scons -c + +Build tests: + $ scons tests + +Clean tests: + $ scons -c tests