Skip to content

Commit a3ff256

Browse files
committed
added build instructions
1 parent 0fdd105 commit a3ff256

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Version 2.1 x64 Windows: [Download](https://github.com/kopaka1822/ImageViewer/ra
3333

3434
[Used Libraries](about.md)
3535

36+
## Build
37+
38+
If you want to build and debug the Image Viewer, follow the instructions [here](build.md).
39+
3640
## Features
3741

3842
* quick [side-by-side comparison](#Side-By-Side-Comparision-and-Image-Manipulation)

Docs/build.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build instructions
2+
3+
Requirements:
4+
- Windows x64
5+
- Visual Studio 2019 (with C++, C# and NuGet Package Manager)
6+
- .NET Framework 4.6.1
7+
8+
Instructions:
9+
10+
1. Do a recursive pull (this project uses submodules)
11+
2. Open the TextureViewer.sln with Visual Studio
12+
3. In the Solution Explorer, select ImageViewer as startup project
13+
4. Switch architecture from "Any Cpu" to "x64" (and Debug to Release for release builds).
14+
5. Build the solution (This should also download the required packages via NuGet)
15+
16+
Debug:
17+
In order to debug the .dll files (namely DxImageLoader.dll) go to the Solution Explorer. Right Click on the ImageViewer Projects and go to Properties->Debug. Select "Enable native code debugging"

0 commit comments

Comments
 (0)