Compile juce 2.0

How does one compile 2.0 version. I don’t see configure or a Makefile for that?

There’s nothing to compile. You just add the source files to your target project.

If you want to compile something, try compiling one of the demo apps!

I checked Hello World example, and it seems that object files are compiled alongside the app compilation itself.

So do we have to compile juce sources each time we use them in our app?