porres / pd-else

ELSE - EL Locus Solus' Externals for Pure Data
Do What The F*ck You Want To Public License
276 stars 36 forks source link

Fixing github actions build #2115

Closed timothyschoen closed 1 week ago

timothyschoen commented 1 week ago

(please don't merge yet, I'm just opening a PR so I can see if github actions are working now)

porres commented 1 week ago

no luck yet, huh?

timothyschoen commented 1 week ago

no luck yet, huh?

Nope, not really sure why it won't work on Windows....

Good news is that it does work on macOS, and should also work on Linux :)

timothyschoen commented 1 week ago
porres commented 1 week ago

Still failing some checks...

and I don't know how to build this so I can test it :)

Screenshot 2024-07-08 at 13 58 14
timothyschoen commented 1 week ago

Ah yes, either from the top level makefile, do:

make play.file

Or, from play.file~ folder:

make ffmpeg
make play.file~

(and set PDDIR of course)