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

Commit

Permalink
Merge pull request #86 from spacemeshos/lrettig-patch-1
Browse files Browse the repository at this point in the history
Add git submodule instructions to README
  • Loading branch information
lrettig authored Dec 14, 2022
2 parents 4669c3d + 5ee75ee commit 1210747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ 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
git submodule update --init
```

Configure your build using the default configuration:

```bash
Expand Down

0 comments on commit 1210747

Please sign in to comment.