You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q currently supports the MacOS, Windows and Linux. In the Mac, we support both https://developer.apple.com/xcode/[XCode]. Q is tested with XCode 10 and XCode 11. In Windows, we support Windows 10 with https://visualstudio.microsoft.com/vs/[Visual Studio 2022]. In Linux, we support both https://clang.llvm.org/[Clang] and https://gcc.gnu.org/[gcc]. Get the latest version with a C++20 compiler. The https://www.jetbrains.com/clion/[CLion] IDE is supported on all platforms.
21
+
The Q library currently supports macOS, Windows, and Linux. On macOS, we support both https://developer.apple.com/xcode/[XCode]. The Q library is tested with XCode 10 and XCode 11. On Windows, we support Windows 10 with https://visualstudio.microsoft.com/vs/[Visual Studio 2022]. On Linux, we support both https://clang.llvm.org/[Clang] and https://gcc.gnu.org/[gcc]. Get the latest version with a C++20 compiler. The https://www.jetbrains.com/clion/[CLion] IDE is supported on all platforms.
22
+
23
+
The Q library currently supports the following platforms and tools:
24
+
25
+
* MacOS
26
+
** https://developer.apple.com/xcode/[XCode] (Tested with XCode 10 and XCode 11)
27
+
* Windows
28
+
** Windows 10 with https://visualstudio.microsoft.com/vs/[Visual Studio 2022]
29
+
* Linux
30
+
** https://clang.llvm.org/[Clang] (Clang 11.0.0 or later)
31
+
** https://gcc.gnu.org/[gcc] (GCC 11 or later)
32
+
* All platforms
33
+
** https://www.jetbrains.com/clion/[CLion] IDE
34
+
35
+
NOTE: Additionally, the core of the Q library (q_lib), excluding the audio IO layer (q_io), is compatible with any platform that has a fully conforming C++20 compiler. This core subset has been successfully tested on various embedded platforms, including the Teensy and STM32 series.
0 commit comments