Skip to content

Commit

Permalink
add more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanov Igor committed Jan 23, 2025
1 parent ee90603 commit b220f12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,12 @@ cd VoxelEngine-Cpp
cmake --preset default-vs-msvc-windows
cmake --build --preset default-vs-msvc-windows
```

If you already have a repository, and get error with vcpkg, you need to initialize the git submodules and rerun cmake.
```PowerShell
git submodule update --init --recursive
cmake --preset default-vs-msvc-windows
cmake --build --preset default-vs-msvc-windows
```
## Build using Docker

### Step 0. Install docker on your system
Expand Down

0 comments on commit b220f12

Please sign in to comment.