Closed bel28kent closed 8 months ago
In this case sudo make install
is required.
Here is the modern instructions in case they are different:
git clone https://github.com/rism-digital/verovio
cd verovio/tools
git branch develop # get the most recent humdrum code in the develop branch, otherwise main branch may be up to a year old.
./.configure
make
sudo make install
Then which verovio
should return /usr/local/bin
I have been trying to follow the "Command-line generated images" tutorial on the myVHV documentation page. I have gotten as far as the "Compiling the executable" subsection. When I run
make install
I get the following permission denied error. I am not sure how to fix it.