theseanco / howto_co34pt_liveCode

A repository of readmes, techniques, notes and other materials about how i live code in SuperCollider. A (sorta) companion repository to co34pt_livecode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarks.install("ddwSnippets") OSX issue

kcebul12 opened this issue · comments

When evaluating

(
Quarks.install("Bjorklund");
Quarks.install("BatLib");
Quarks.install("ddwSnippets");
)

I get:
Installing Bjorklund
Bjorklund installed
Installing BatLib
BatLib installed
ERROR: Quark 'ddwSnippets' not found

However, I am able to install it with Quarks.install("https://github.com/jamshark70/ddwSnippets.git");

Hi kcebul12,

What version of SuperCollider are you using?

S

3.8

Okay, I'll add a note in the tutorial

Out of curiosity, is ddwSnippets currently working on OSX?

alright, i'll call this one closed