Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ API in music-c.h.

MUSIC is distributed under the GNU General Public License v3.

## Quick Start

### Build Instructions

MUSIC uses Autotools (not CMake).

Steps to build:

./autogen.sh
./configure
make

### Dependencies (Ubuntu)

sudo apt update
sudo apt install build-essential autoconf automake libtool libopenmpi-dev

* Required external packages

Expand Down