Skip to content

Building from Source

Turiiya edited this page May 17, 2024 · 1 revision

Building from Source

Prerequisites

Tip

If V is not installed yet, please refer to https://github.com/vlang/v#installing-v-from-source

Make sure your V installation is up to date.

v up

Clone the repository

# E.g., doing a lightweight, filtered clone
git clone --filter=blob:none https://github.com/ttytm/vzit

Build and run the app during development

v run .

Build the release version

v -cc gcc -prod .

Clone this wiki locally