Skip to content

Commit

Permalink
deps: add some windows requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Mar 26, 2022
1 parent a347286 commit a7c451c
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions docs/markdown/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@

## Build

### Python packages

* pip [^1]
* setuptools [^1]
* setuptools-scm [^2]
* build
* wheel
* ctypesgen [^3]

### System packages

* git
* gcc

#### Additional system packages for Native Build

#### Nativebuild Extras

* llvm/clang
* lld
Expand All @@ -28,14 +36,10 @@
- If you have multiple versions of llvm, make sure the latest version also has a corresponding lld install!
- A C++17 compliant compiler is highly recommended.

### Python packages
#### Windows Extras

* pip [^1]
* setuptools [^1]
* setuptools-scm [^2]
* build
* wheel
* ctypesgen [^3]
* Powershell
* Visual Studio


## Tests
Expand Down

0 comments on commit a7c451c

Please sign in to comment.