You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPENDENCIES.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,10 @@ The following 3rd party libraries are required to build SimpleGraphics.dll. Usua
16
16
## Using vcpgk to install dependencies on Windows for building with Visual Studio
17
17
18
18
vcpgk is an open-source tool by Microsoft which can easily download and build all of the required dependencies. This is the recommended method for retrieving the dependencies when building for Visual Studio.
19
-
20
-
1) Clone the vcpgk git repository somewhere on your drive: https://github.com/microsoft/vcpkg.git
21
-
2) Open a console window and change directory to the new vcpkg checkout
22
-
*`cd C:\vcpkg`
19
+
vcpkg is included as a submodule of this project, so installing it should be relatively simple
0 commit comments