ellapollack / juce-plugin-ci

DEPRECATED: Cross-platform CI for JUCE audio plugins with Github Actions
60 stars 12 forks source link

Making a local debug build #1

Closed RonaldDijks closed 3 years ago

RonaldDijks commented 3 years ago

Thanks for the nice example of how to work with the JUCE CMake API, it really helps to get started quickly with building a project on GitHub CI.

It would be really nice if the README.md contained the steps to make local debug build on different platforms (WIN/OSX/LINUX). I would send in a pull request, but I haven't figured it out quite yet :p

ellapollack commented 3 years ago

Hey, thanks for making an issue! I've been meaning to add some more thorough "Getting Started"-type instructions, but have been short on time. I just added a few quick guides to building from the command line (UNIX) and in Visual Studio Code. Would love to hear how you make out!