mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Added preliminary support for FreeBSD
This commit is contained in:
parent
241bb8d430
commit
79fbde7099
79 changed files with 507 additions and 242 deletions
|
|
@ -1369,9 +1369,9 @@ void ProjectContentComponent::handleMissingSystemHeaders()
|
|||
#elif JUCE_WINDOWS
|
||||
String tabMessage ("Compiler not available due to missing system headers\nPlease install a recent version of Visual Studio and the Windows Desktop SDK");
|
||||
String alertWindowMessage ("Missing system headers\nPlease install a recent version of Visual Studio and the Windows Desktop SDK");
|
||||
#elif JUCE_LINUX
|
||||
String tabMessage ("Compiler not available due to missing system headers\nPlease do a sudo apt-get install ...");
|
||||
String alertWindowMessage ("Missing system headers\nPlease do sudo apt-get install ...");
|
||||
#elif JUCE_LINUX || JUCE_BSD
|
||||
String tabMessage ("Compiler not available due to missing system headers\nPlease insall using your package manager");
|
||||
String alertWindowMessage ("Missing system headers\nPlease insall using your package manager");
|
||||
#endif
|
||||
|
||||
setBuildEnabled (false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue