Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Add build instructions for OSX without XCode #128

@xavriley

Description

@xavriley

I was able to install libmei without XCode using the following commands:

git clone https://github.com/DDMAL/libmei.git
cd libmei
mkdir build && cd build
brew install cmake
brew install ossp-uuid
cmake .. -DCMAKE_FIND_FRAMEWORK=LAST
make
make install

This could be useful to others who don't normally use XCode. It might also help to streamline the creation of a Homebrew package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions