Skip to content

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 01 Apr 15:04

cpp-gen v0.0.8

Gerador moderno de projetos C++ com CMake, VCPKG, FetchContent e suporte a múltiplas IDEs.

Changelog

🔧 Outros

  • 77b783e build: replace arm64 with x86 (386/i686) across goreleaser, AUR and CI

Instalação

Arch Linux (AUR)

yay -S cpp-gen-bin

Linux / macOS — manual

# Exemplo para Linux x86_64
curl -LO https://github.com/matpdev/cpp-gen/releases/download/v0.0.8/cpp-gen_0.0.8_linux_amd64.tar.gz
tar -xzf cpp-gen_0.0.8_linux_amd64.tar.gz
install -m755 cpp-gen ~/.local/bin/

Verifique o checksum: sha256sum -c checksums.txt