From 761cc773bfd07a2b4d1bfc56fd01879226212f97 Mon Sep 17 00:00:00 2001 From: DEEPANSHU Date: Mon, 30 Mar 2026 15:15:56 +0530 Subject: [PATCH] Improve error message clarity in error.cc --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index 22eab94..a45b81f 100644 --- a/README +++ b/README @@ -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