mame / quine-relay

An uroboros program with 100+ programming languages
13.88k stars 552 forks source link

It's not making the vendor dir. #116

Closed SenpaiBoopboop closed 2 years ago

SenpaiBoopboop commented 2 years ago

HP-Pavilion:~$ make -C vendor make: *** vendor: No such file or directory. Stop.

I'm pretty green but can anyone help?

mame commented 2 years ago

The directory is not generated, but provided in the repository. You need to run the command in the top directory of your working copy.

https://github.com/mame/quine-relay/tree/master/vendor

SenpaiBoopboop commented 2 years ago

So sorry to bother you, I realized as soon as I sent this that was the case. Your work is amazing, and I'm really enjoying working with it. Thank you so much for your help!

SenpaiBoopboop commented 2 years ago

HP-Pavilion:~/git/quine-relay$ lazyk QR.lazy > qr.li lazyk: command not found I can't find a way to fix this, it's were I've been stuck for a while. Do you have any advice?

SenpaiBoopboop commented 2 years ago

Fixed it.