Bits and pieces I use in puredata projects. If there is documentation it's mainly for myself.
see ./dependencies.fish
- fish shell
- git
- autotools (only needed to build the dependencies)
init project (download dependencies, ...):
$ ./scripts/init.fish
$ ./scripts/install.fish --deps --link
By default this installs all objs in pd_objs
plus dependencies into ./install
.
For details, append the --help
option.
$ ./scripts/run.fish
$ rm -rf ./dependencies
$ rm -r ./install
None