We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling libmei on Ubuntu works fine. Perhaps you could add this to the Readme:
dependencies for libmei: uuid and uuid-dev (installation with apt-get)
uuid
uuid-dev
And then the command to compile utils/readmei:
g++ -std=c++11 readmei.cpp -lmei -o readmei
The text was updated successfully, but these errors were encountered:
ifkarp
No branches or pull requests
Compiling libmei on Ubuntu works fine. Perhaps you could add this to the Readme:
dependencies for libmei:
uuid
anduuid-dev
(installation with apt-get)And then the command to compile utils/readmei:
The text was updated successfully, but these errors were encountered: