-
-
Notifications
You must be signed in to change notification settings - Fork 65
Building from source
Timothy Schoen edited this page Sep 3, 2022
·
2 revisions
PlugData requires an installation of Xcode, or at the very least the Xcode build tools. If you have that installed, enter the following in the terminal:
git clone --recursive https://github.com/timothyschoen/PlugData.git
cd PlugData
take build
cmake -G"XCode"
Then, either open the Xcode project or run cmake --build .
git clone --recursive https://github.com/timothyschoen/PlugData.git
cd PlugData
take build
cmake -G"Unix Makefiles"
make
sudo make install
TODO
git clone --recursive https://github.com/timothyschoen/PlugData.git
cd PlugData
take build
cmake -G"Unix Makefiles"
make
sudo make install