1
0
forked from oomer/bellatui

windows boilerplate in the README

This commit is contained in:
Jason Ly 2025-07-20 14:15:59 -04:00
parent e1b6cdb96d
commit 5fbb7ec01a

View File

@ -175,11 +175,13 @@ cd bellatui
make all -j4 make all -j4
``` ```
# Windows ## Windows (win10)
https://aka.ms/vs/17/release/vs_BuildTools.exe - [optioanl] Install https://git-scm.com
[ ] Desktop development with C++
Get bella_engine_sdk - Download Visual Studio Community Edition 2022
- Run VisualStudioSetup.exe
- Workload = [x] Desktop developemnt with C++
- Individial components = [x] Git For Windows
#### x64 Developer console #### x64 Developer console
``` ```