humdrum-tools / verovio-humdrum-viewer

Verovio Humdrum Viewer
http://verovio.humdrum.org
38 stars 9 forks source link

myVHV: Permission denied to cp verovio command to /usr/local/bin #888

Closed bel28kent closed 8 months ago

bel28kent commented 8 months ago

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.

Screen Shot 2024-03-25 at 9 49 57 AM
craigsapp commented 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