From 63951568af4be4a3b5763273881f8a23fcc8d7c0 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sat, 29 Oct 2016 17:17:46 -0400 Subject: [PATCH] Replace README with README.md The new file is written in the Gitlab markdown language. I also update the content to match how things are done now that we use CMake. Implements #85: Update README Signed-off-by: Anna Schumaker --- README | 20 -------------------- README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 20 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 4778c60d..00000000 --- a/README +++ /dev/null @@ -1,20 +0,0 @@ -Alternate clone url: - $ git clone git://git.ocarinaproject.net/anna/ocarina.git - -Build: - $ scons - -Clean: - $ scons -c - -Install: - $ sudo scons install - -Uninstall: - $ sudo scons -c install - -Build tests: - $ scons tests - -Clean tests: - $ scons -c tests diff --git a/README.md b/README.md new file mode 100644 index 00000000..ee6a19ea --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +# Ocarina 6.5 +Ocarina is a simple GTK+ and GStreamer based music player written to let you listen to your music without getting in the way. + +### Git +Ocarina is tracked with Git, and can be cloned from the following sources: +* http://git.nowheycreamery.com/anna/ocarina.git +* git://git.nowheycreamery.com/anna/ocarina.git + +##### Branches +* [master] + * The most recent release. This branch does not change frequently. +* [next] + * Changes that will be included in the next release. This branch is for testing and bugfixing. + +### Building +Ocarina uses `cmake`to control the build process. After cloning the code, run `cmake .` to generate the Makefile. Compile using `make` + +##### CMake Options +Ocarina supports the following options, which can be passed to `cmake` through `cmake -D