forked from oomer/bellatui
fix spelling
This commit is contained in:
parent
26e07d5c27
commit
d4f79e75d5
15
README.md
15
README.md
@ -174,19 +174,20 @@ git clone https://github.com/oomer/bellatui.git
|
|||||||
cd bellatui
|
cd bellatui
|
||||||
make all -j4
|
make all -j4
|
||||||
```
|
```
|
||||||
## Windows (win10 )
|
|
||||||
[optional] Install https://git-scm.com
|
## Windows (win10)
|
||||||
Download Visual Studio Community Edition 2022
|
- [optioanl] Install https://git-scm.com
|
||||||
Run VisualStudioSetup.exe
|
|
||||||
Workload = [x] Desktop development with C++
|
- Download Visual Studio Community Edition 2022
|
||||||
Individual components = [x] Git For Windows
|
- Run VisualStudioSetup.exe
|
||||||
|
- Workload = [x] Desktop development with C++
|
||||||
|
- Individual components = [x] Git For Windows
|
||||||
|
|
||||||
#### x64 Developer console
|
#### x64 Developer console
|
||||||
```
|
```
|
||||||
cd %USERPROFILE%
|
cd %USERPROFILE%
|
||||||
mkdir workdir
|
mkdir workdir
|
||||||
cd workdir
|
cd workdir
|
||||||
git clone https://git.indoodle.com/oomer/oom.git
|
|
||||||
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
|
curl -LO https://downloads.bellarender.com/bella_engine_sdk-25.3.0-win32.zip
|
||||||
tar -xf bella_engine_sdk-25.3.0-win32.zip
|
tar -xf bella_engine_sdk-25.3.0-win32.zip
|
||||||
git clone https://github.com/microsoft/vcpkg.git
|
git clone https://github.com/microsoft/vcpkg.git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user