Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants