| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Back | FazBrowse Home | New Git URL |