#!/bin/sh
cat << INFO
JUCE Framework version 7.0.8
Modules installed to: /usr/include/JUCE-7.0.8/modules
Libraries installed to: /usr/lib

Available modules:
  - juce_analytics
  - juce_animation (if available)
  - juce_audio_basics
  - juce_audio_devices
  - juce_audio_formats
  - juce_audio_plugin_client
  - juce_audio_processors
  - juce_audio_utils
  - juce_box2d
  - juce_core
  - juce_cryptography
  - juce_data_structures
  - juce_dsp
  - juce_events
  - juce_graphics
  - juce_gui_basics
  - juce_gui_extra
  - juce_javascript (if available)
  - juce_midi_ci (if available)
  - juce_opengl
  - juce_osc
  - juce_product_unlocking
  - juce_video

Link flags: -ljuce_audio_plugin_client -ljuce_audio_utils -ljuce_audio_processors -ljuce_audio_formats -ljuce_audio_devices -ljuce_audio_basics -ljuce_dsp -ljuce_gui_extra -ljuce_gui_basics -ljuce_graphics -ljuce_opengl -ljuce_video -ljuce_osc -ljuce_cryptography -ljuce_analytics -ljuce_box2d -ljuce_product_unlocking -ljuce_data_structures -ljuce_events -ljuce_core -ldw -lasound -lfreetype -lX11 -lXext -lXrandr -lXcomposite -lXcursor -ldl -lpthread -lGL

Use pkg-config for automatic configuration:
  pkg-config --cflags --libs juce
INFO
