Skip to content

Commit

Permalink
2041: update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kduske committed Oct 9, 2019
1 parent 806e1ec commit 7f0662d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Follow these instructions if you want to get started developing on TrenchBroom.

To see how releases of TB are packaged, consult our CI scripts instead.

## All Platforms

First, clone the TrenchBroom repository. If you are using the official repository and not a fork, you can clone the
repository by running

```
git clone https://github.com/kduske/TrenchBroom.git
```

TrenchBroom uses a few git submodules for some of its dependencies. To initialize the submodules, issue the following command:

```
cd TrenchBroom
git submodule update --init --recursive
```

## Windows

- Visual Studio 2017 or 2019 can be used for development. Code needs to compile with VS 2017 (that's what our releases are built with).
Expand Down

0 comments on commit 7f0662d

Please sign in to comment.