Installing QLC+
QLC+ is available for multiple platforms including Windows, macOS, Linux, and Raspberry Pi. Follow the instructions below for your operating system.System Requirements
Before installing QLC+, ensure your system meets the minimum requirements:- Windows
- macOS
- Linux
- Raspberry Pi
Windows System Requirements
- Operating System: Windows 10 or newer
- Processor: Intel Core i3 or equivalent
- RAM: 2GB minimum, 4GB recommended
- Graphics: OpenGL 2.0 compatible graphics card
- Storage: 200MB free disk space
- Additional: Qt 5 or Qt 6 runtime (included in installer)
For DMX USB interfaces, you may need to install specific device drivers depending on your hardware.
Installation Instructions
- Windows
- macOS
- Linux
- Raspberry Pi
Installing on Windows
Download the Installer
Visit the QLC+ download page and download the Windows installer:
- QLC+ 4: Choose
qlcplus-4.x.x-win64.exefor the stable Qt Widgets version - QLC+ 5: Choose
qlcplus-5.x.x-win64.exefor the QML version
Run the Installer
Double-click the downloaded
.exe file to start the installation wizard.You may see a Windows SmartScreen warning. Click More info and then Run anyway to proceed.Follow Installation Wizard
- Accept the Apache 2.0 license agreement
- Choose the installation directory (default:
C:\qlcplus) - Select components to install (recommended: all components)
- Choose Start Menu folder name
- Click Install to begin installation
Complete Installation
Once installation is complete:
- Click Finish to exit the installer
- Launch QLC+ from the Start Menu or desktop shortcut
- The application should start with a new workspace
Install USB Drivers (If Needed)
If you’re using a USB DMX interface, you may need to install device-specific drivers:
- FTDI-based devices: Install FTDI VCP drivers
- Enttec DMX USB Pro: Usually works with FTDI drivers
- Velleman K8062: Install drivers from the manufacturer
Post-Installation Setup
After installation, configure your DMX output:- Open QLC+ and go to Inputs/Outputs tab
- Select your DMX interface in the Output section
- Configure the universe mapping for your devices
- Test the output using the DMX Monitor
Verifying Installation
After installation, verify that QLC+ is working correctly:Troubleshooting
QLC+ won't start on Windows
QLC+ won't start on Windows
- Ensure you have installed the correct version matching your Qt installation
- Install Microsoft Visual C++ Redistributable if prompted
- Check Windows Event Viewer for error messages
- Try running as Administrator
DMX interface not detected on Linux
DMX interface not detected on Linux
- Check USB cable and connection
- Verify udev rules are installed:
ls /etc/udev/rules.d/*qlc* - Check device permissions:
ls -l /dev/ttyUSB*or/dev/ttyACM* - Ensure user is in dialout group:
groups $USER - Try unplugging and replugging the device
macOS won't open QLC+ (security warning)
macOS won't open QLC+ (security warning)
- Right-click (or Control-click) the QLC+ application
- Select Open from the context menu
- Click Open in the security dialog
Build from source fails
Build from source fails
- Ensure all dependencies are installed
- Check CMake version:
cmake --version(requires 3.16+) - Verify Qt installation:
qmake --version - Check the build log for specific error messages
- Consult the GitHub Wiki for platform-specific build instructions
Next Steps
Now that you have QLC+ installed, you’re ready to create your first lighting scene:Quick Start Guide
Follow our step-by-step guide to set up your first fixture and create a lighting scene
