Skip to content

C++ Mode v0.1.4

Latest

Choose a tag to compare

@pepc84 pepc84 released this 10 Jun 20:17
· 2 commits to main since this release

What's new

Improved Linux support with auto-installers for missing dependencies.

  • Added "Install Automatically" button when g++ is not found on Linux — detects apt, pacman, dnf, and zypper and installs with one click
  • Added "Install Automatically" button when GLFW or GLEW headers are missing — same package manager detection
  • Install output is streamed directly to the Processing console so you can see what's happening
  • Fixed library detection to check for headers instead of .so files, which correctly catches systems missing libglfw3-dev and libglew-dev
  • Library check now runs before compile so you get a clear error dialog instead of a raw compiler error

Requirements

Linux: g++, libglfw3-dev, libglew-dev — CppMode will prompt you to install these automatically if missing

Windows: MSYS2 with g++ (auto-installer included)

macOS: Homebrew with gcc, glfw, glew — CppMode will open the Homebrew download page if not installed