Skip to content

Commit

Permalink
Merge pull request #212 from dheavy/feat/add-cppbuildtools-to-window-…
Browse files Browse the repository at this point in the history
…docs

Mention C++ Build Tools in Windows' setup docs
  • Loading branch information
tyfiero authored Apr 2, 2024
2 parents 7a75935 + 0f0ab2c commit 251e1b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ On Windows you will need to install the following:
- [Git for Windows](https://git-scm.com/download/win).
- [virtualenv](https://virtualenv.pypa.io/en/latest/installation.html) or [MiniConda](https://docs.anaconda.com/free/miniconda/miniconda-install/) to manage virtual environments.
- [Chocolatey](https://chocolatey.org/install#individual) to install the required packages.
- [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools):
- Choose [**Download Build Tools**](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
- Run the downloaded file **vs_BuildTools.exe**.
- In the installer, select **Workloads** > **Desktop & Mobile** > **Desktop Development with C++**.

With these installed, you can run the following commands in a **PowerShell terminal as an administrator**:

```powershell
# Install the required packages
choco install -y ffmpeg cmake
choco install -y ffmpeg
```

## Install 01
Expand Down

0 comments on commit 251e1b0

Please sign in to comment.