← Back to Docs

Installation

Windows (MSI Installer)

  1. Go to the Download page
  2. Download the latest .msi installer
  3. Run the installer and follow the steps
  4. 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 build

The binary will be at build/vdx (or build/Debug/vdx.exe on Windows).

Run a .vdx file

vdx hello.vdx