← Back to Docs
Installation
Windows (MSI Installer)
- Go to the Download page
- Download the latest
.msiinstaller - Run the installer and follow the steps
- Open a new terminal and type:
vdx --version
The installer adds VDX to your system PATH automatically. You may need to restart your terminal for the change to take effect.
Build from Source
Requires CMake 3.16+ and a C++17 compiler.
git clone https://github.com/voidware/vdx.git
cd vdx
cmake -B build
cmake --build buildThe binary will be at build/vdx (or build/Debug/vdx.exe on Windows).
Run a .vdx file
vdx hello.vdx