blob: 84c45d23128fc18a208bca82090fe75f653c2a3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
You installed JUCE: C++ application framework.
The main application that you probably need is Projucer. It allows you
to develop, manage and deploy cross-platform applications.
Projucer currently can't create makefiles on Linux/BSD platforms because
this feature has not yet been made available by JUCE developers on these
platforms.
EOM
}
]
|