Skip to content

Commit

Permalink
Recorded dev env configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia-Kosenkov authored Jun 16, 2021
1 parent 44ec098 commit be5b3a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ where `<PLATFORM>` is either `x64` or `x86` (for 32-bit).

Examples of build & test workflows can be found in the [CI scripts](./.github/workflows)

---
## Development environement configuration using `choco`
```bash
choco install visualstudio2019buildtools -y
choco install visualstudio2019-workload-manageddesktopbuildtools -y
choco install netfx-4.8-devpack dotnet-5.0-sdk -y
choco install git
```

---
## Citations
Please use the following BibTex entry whenever you want to cite this project:
Expand Down

0 comments on commit be5b3a7

Please sign in to comment.