• Stars
    star
    265
  • Rank 154,577 (Top 4 %)
  • Language
    Objective-C
  • License
    Other
  • Created about 13 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pure Data for iOS

After cloning the pd-for-ios repository, please make sure to cd into the pd-for-ios folder and say

git submodule init
git submodule update --init --recursive

These two commands install the dependencies from libpd. After the initial setup, say

git pull
git submodule update --recursive

whenever you want to sync with the GitHub repositories.