Skip to content

Commit

Permalink
Merge pull request #512 from authenticate/upstream
Browse files Browse the repository at this point in the history
Updating the build instructions for Visual Studio.
  • Loading branch information
Bertram25 committed Dec 30, 2015
2 parents 7290638 + a9d4a9a commit 96dbd2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ _**(Warning: not officially supported!)**_
Please contact [authenticate](https://github.com/authenticate) for support.
To build on Windows with Visual Studio 2013, do this:
- git clone https://github.com/authenticate/ValyriaTear-VS2013-Dependencies.git
- git submodule update --recursive --init
- Copy the ```ValyriaTear-VS2013-Dependencies/``` folder into your Valyria Tear repository.
- Open the VS 2013 solution file: ```ValyriaTearRepository/vs2013/ValyriaTear.sln```
- Build ```F7```
Expand Down
9 changes: 5 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ _**(Warning: not officially supported!)**_
Please contact Authenticate for support about this one: https://github.com/authenticate
To build on Windows with Visual Studio 2013, do this:
1. git clone https://github.com/authenticate/ValyriaTear-VS2013-Dependencies.git
2. Copy the ValyriaTear-VS2013-Dependencies folder into your Valyria Tear repository.
3. Open the VS 2013 solution file: .../ValyriaTearRepository/vs2013/ValyriaTear.sln
4. Build (F7)
5. Run (F5)
2. git submodule update --recursive --init
3. Copy the ValyriaTear-VS2013-Dependencies folder into your Valyria Tear repository.
4. Open the VS 2013 solution file: .../ValyriaTearRepository/vs2013/ValyriaTear.sln
5. Build (F7)
6. Run (F5)

**Mac OS X compilation**
- Use Macports or Homebrew to install things like boost.
Expand Down

0 comments on commit 96dbd2c

Please sign in to comment.