DEK
Plugin
Download the Deken Plugin v0.3.0 and drop it somewhere into Pd's search path.
It will be acticated automatically on next start (unless Pd already includes a newer version)
Cmdline Tool
If you are a developer and want to publish your externals, the deken
cmdline tool comes in handy
to create and upload packages.
For a fresh installation follow do:
$ curl https://raw.githubusercontent.com/pure-data/deken/v0.3.0/developer/deken > ~/bin/deken
$ chmod 755 ~/bin/deken
$ deken
This is your first time running deken on this machine.
I'm going to install myself and my dependencies into ~/.deken now.
Feel free to ctrl-C now if you don't want to do this.
If you already have the cmdline tool installed, just do:
$ deken upgrade
Windows binaries
If you are using Windows, you can grab pre-compiled binaries of the cmdline tools:
- Windows 32bit binaries (self-contained; standalone; ZIPped)
- Windows 64bit binaries (self-contained; standalone; ZIPped)