Skip to content

Build instructions unclear it make confusion between CMake and Autotools #88

@deepanshusaini8683

Description

@deepanshusaini8683

Hi Deepanshu this side,

While trying to build MUSIC, I initially attempted to use CMake:

mkdir build
cd build
cmake ..

This failed because the repository does not contain a CMakeLists.txt.

After exploring the repository, I found that the correct build process uses Autotools:

./autogen.sh
./configure
make

Suggestion:
It would be helpful to add a "Quick Start" section in the README with clear build steps and required dependencies (e.g., build-essential, autoconf, automake, libtool, MPI).

This would make onboarding easier for new contributors.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions