Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 357 Bytes

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.