bfabricius / howl

Hypervised OWL build environment for audio DSP patch compilation and deployment
https://www.htaudio.de/
GNU General Public License v3.0
7 stars 1 forks source link

Command not found on ./howl listpatches and test list #12

Open sinewave440hz opened 6 years ago

sinewave440hz commented 6 years ago

Entering ./howl listpatches produces the following:

[INFO] Listing Howl patch repository contents: ./howl: line 177: tree: command not found

I am in the root directory of the howl project and have successfully performed 'first steps' according to the readme.

Also seeing the same on test list, which is not surprising as they echo the same command of course...

sinewave440hz commented 6 years ago

Also an easy one, tree is not installed per default on macOS so installing from source, homebrew, Macports or fink is necessary. Personally I use homebrew so a brew install tree fixed it for me. Again, you may want to update the readme...

bfabricius commented 6 years ago

Thanks for this one, maybe a workauround would be nicer using bash builtins. Ill have a think about it!