Skip to content

SinclairGurny/raylib-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Template

Install vcpkg

git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat

Add vcpkg to path

$env:VCPKG_ROOT = "C:\path\to\vcpkg"
$env:PATH = "$env:VCPKG_ROOT;$env:PATH"

To permanently add vcpkg to path use windows system environmental variables panel

Raylib Install

vcpkg install raylib:x64-windows-static glfw3:x64-windows-static

Build Update

Ensure that all variables are fully updated such `vcpkg_root`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published