craigsapp / humlib

Humdrum data parsing library in C++
http://humlib.humdrum.org
BSD 2-Clause "Simplified" License
31 stars 8 forks source link

auto-choose between wget and curl in Makefile #6

Closed craigsapp closed 7 years ago

craigsapp commented 7 years ago

Adjust the makefile to choose between wget or curl, depending on which one is available on the installing computer. Wget is mostly for linux, and curl is mostly for MacOS.

craigsapp commented 7 years ago

wget/curl no longer needed since pugixml.cpp added directly into src directory (but will not be included in humlib.cpp).