Skip to content

Commit f4b053f

Browse files
committed
chore: update windows building instructions
1 parent c07f01b commit f4b053f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

BUILDING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ You can figure out which files you need by looking at each of the `ExternalProje
2626

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

29-
3. `git clone --single-branch --branch master https://github.com/CasparCG/server casparcg-server-master`
29+
3. Install 7-zip (https://www.7-zip.org/).
3030

31-
4. `cd casparcg-server-master`
31+
4. `git clone --single-branch --branch master https://github.com/CasparCG/server casparcg-server-master`
32+
33+
5. `cd casparcg-server-master`
3234

33-
5. `.\tools\windows\build.bat`
35+
6. `.\tools\windows\build.bat`
3436

35-
6. Copy the `dist\casparcg_server.zip` file for distribution
37+
7. Copy the `dist\casparcg_server.zip` file for distribution
3638

3739
## Development using Visual Studio
3840

0 commit comments

Comments
 (0)