File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,15 @@ You can figure out which files you need by looking at each of the `ExternalProje
26
26
27
27
2 . Install CMake (http://www.cmake.org/download/ ).
28
28
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/ ).
30
30
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 `
32
34
33
- 5 . ` .\tools\windows\build.bat `
35
+ 6 . ` .\tools\windows\build.bat `
34
36
35
- 6 . Copy the ` dist\casparcg_server.zip ` file for distribution
37
+ 7 . Copy the ` dist\casparcg_server.zip ` file for distribution
36
38
37
39
## Development using Visual Studio
38
40
You can’t perform that action at this time.
0 commit comments