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

Add build instructions for OSX without XCode #128

Open
xavriley opened this issue Sep 14, 2022 · 1 comment
Open

Add build instructions for OSX without XCode #128

xavriley opened this issue Sep 14, 2022 · 1 comment

Comments

@xavriley
Copy link

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.

@ahankinson
Copy link
Member

Thanks. Can I ask what you are using libmei for? It hasn’t been updated in a while and I’m trying to figure out if it’s still useful, or whether there are now better ways of working with MEI files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants