Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
Former-commit-id: f1ab284
Former-commit-id: 3695bc7
  • Loading branch information
ronag authored Feb 7, 2018
1 parent 974743c commit ed7ce94
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,21 @@ Development using Visual Studio

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

3. cmake -G "Visual Studio 14 2015" -A x64 ./src
3. `git clone --single-branch --branch 2.2.0 https://github.com/CasparCG/server`

4. Open "CasparCG Server.sln"
4. `cmake -G "Visual Studio 14 2015" -A x64 ./src`

5. Build Solution
5. Open "CasparCG Server.sln" under "./src"

6. Build Solution

Linux
=====

Building inside Docker
----------------------

1. Checkout project
1. `git clone --single-branch --branch 2.2.0 https://github.com/CasparCG/server`
2. build-scripts/ubuntu-17.10/build-docker-image
3. build-scripts/ubuntu-17.10/launch-interactive
4. cmake /source
Expand Down

0 comments on commit ed7ce94

Please sign in to comment.