Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Add git submodule instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig authored Dec 14, 2022
1 parent 4669c3d commit 28f795d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ To build the library with full support for both CUDA and Vulkan on Windows or on

### Ubuntu or macOS

If using VULKAN, make sure to clone the zlib submodule:

```bash
cd src/vulkan/zlib
git submodule init
git submodule update
```

Configure your build using the default configuration:

```bash
Expand Down

0 comments on commit 28f795d

Please sign in to comment.