Skip to content

Commit

Permalink
chore: update windows building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Sep 4, 2024
1 parent c6fa13a commit 22dd82a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ You can figure out which files you need by looking at each of the `ExternalProje

# Windows

## Building distributable

1. Install Visual Studio 2022.

2. Install CMake (http://www.cmake.org/download/).

3. `git clone --single-branch --branch master https://github.com/CasparCG/server casparcg-server-master`

4. `cd casparcg-server-master`

5. `.\tools\windows\build.bat`

6. Copy the `dist\casparcg_server.zip` file for distribution

## Development using Visual Studio

1. Install Visual Studio 2022.
Expand Down

0 comments on commit 22dd82a

Please sign in to comment.