Open domenicostefani opened 1 month ago
i think 1 & 3 are rather "unlikely"
mrpeach
has been (mostly) factored out into separate repositories, and new users should pull the individual packages.
[file]
object probably makes this obsolete anyhowdo you need anything else?
as for 2, sure, PRs welcome :-)
in practice it really boils down to:
make
The hard part is of course the "Install a build environment", but I'm afraid that this is quite beyond the scope of a project like this. (aka: i think there should be a central place for such instructions, where separate externals can point to; i don't know of such a place).
Most externals are pure C/C++ without dependencies and building them usually comes down to make
.
Following the steps outlined by @umlaeute, for modern macOS systems, setting up and building such an external usually boils down to:
xcode-select --install
Note: running git
on the commandline on a fresh system will helpfully suggest to run the above...
~/Pd/Documents/externals
cd
to the external source dirmake
For externals with dependencies, etc most libraries can be installed by Homebrew. Note: libraries linking Homebrew libraries are generally not distributable, ie. can't be simply copied onto another machine.
Hi, I'm dealing with students from an HCI master degree and others that are not always versed in "computer stuff". This year, Apple silicon users have told me that
mrpeach
is not available in Deken, while it's fine for Intel Mac users. I also do not have an Arm Mac to try and compile this for them.Is there any chance that:
mrpeach
can be added to Deken,