iainctduncan / scheme-for-pd

Pure Data port of the Scheme For Max external, providing an embedded S7 Scheme/Lisp interpreter for scripting and live-coding Pure Data in Scheme Lisp.
BSD 3-Clause "New" or "Revised" License
64 stars 5 forks source link

build.sh does not work #6

Closed umlaeute closed 3 years ago

umlaeute commented 3 years ago

the build.sh is tailored to your specific development machine. it doesn't work anywhere else.

now that is all totally fine to help you with your specific workflow. i have ton's of such scriptlets on my harddisk. but i think it probably shouldn't be submitted to the repository (just like you omitted patchers/s4pd-test.pd - most likely for good). the alternative would be to make the script more generic (e.g. detect which Pd the pd-lib-builder Makefile uses; and use that to launch Pd...) - but i think this is rather an overkill.

iainctduncan commented 3 years ago

yeah, it was just my working thing. I've added it to gitignore now.