From e181f46f8e4107a291801df6c2e65afb7bd19e03 Mon Sep 17 00:00:00 2001 From: Mark Oates Date: Sun, 22 May 2016 15:56:33 -0400 Subject: [PATCH] Improve README and add build instructions --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91ee59f2..7bb28996 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,27 @@ # Fullscore -Music composition software in C++ using AllegroFlare+FlareGUI +Fullscore is music composition software with 2 design priorities: -# features +1. Let the composer focus on the processes and techniques of modern music composition, theoretical concepts, structures, patterns, transformations, sets, cells, etc. +2. Allow music to be edited and transformed as quickly and robustly as possible, either at the low-level or the high-level, regardless of the required learning curve. + +### How to get + +There are no binary releases yet so you will have to build from source. + +### Build Instructions + +Fullscore is written in C++ and requires AllegroFlare. If you're building with `gcc` or `clang` +you should be able to compile Fullscore from the bash terminal by grabbing the +source from the git repo: + +``` +$ git clone https://github.com/MarkOates/fullscore.git +``` + +and then building with make: + +``` +$ make +``` -Fullscore is software that lets the composer focus on the processes and techniques of modern music composition, rather than fiddle with clumsy music notation. Composers interface with theoretical concepts, and build compositions using structures, patterns, transformations, sets, cells, and more.