Skip to content

Instantly share code, notes, and snippets.

@amazingvince
amazingvince / Build_commands.md
Created June 28, 2025 21:15
setup_nano_ocr_vllm

Install essential build tools

sudo apt update sudo apt install -y build-essential gcc g++

Verify installation

gcc --version which gcc

Set the CC environment variable

export CC=/usr/bin/gcc