build-pov-ray
Installation
SKILL.md
Build POV-Ray
Overview
This skill provides guidance for building POV-Ray from source code, with particular focus on legacy versions (e.g., POV-Ray 2.2 from the early 1990s). Building legacy software requires persistence, direct execution approaches, and systematic verification at each step.
Critical Success Factors
Building legacy software requires:
- Persistence through obstacles - Old code often needs patches or workarounds
- Direct execution - Shell commands are more reliable than web browsing for downloads
- Verification at each step - Ensures exact knowledge of where failures occur
- Knowledge of build systems - Understanding Makefiles, configure scripts, and compiler flags
- Completion focus - Partial work produces no usable output; continue until success or clear blocking error