Skip to content

Commit 528602f

Browse files
committed
Updated docs for new build process
1 parent 6ccadd1 commit 528602f

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

DEPENDENCIES.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ The following 3rd party libraries are required to build SimpleGraphics.dll. Usua
1616
## Using vcpgk to install dependencies on Windows for building with Visual Studio
1717

1818
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
20+
1) 'cd vcpkgRun'
21+
2) Run 'git submodule update'
2322
3) Type the following commands:
2423
1) `bootstrap-vcpkg.bat`
25-
2) `vcpkg install giflib:x86-windows-static libjpeg-turbo:x86-windows-static liblzma:x86-windows-static libpng:x86-windows-static luajit:x86-windows-static tiff:x86-windows-static zlib:x86-windows-static`
26-
4) Copy all folders in the `packages` folder into the `dependencies` folder within the SimpleGraphics checkout.
27-
5) The SimpleGraphics solution and vcproj are already configured to look in this location for the dependencies, so it should now build as-is.
24+
2) `vcpkg install @../vcpkg.txt
25+
4) The SimpleGraphics solution and vcproj are already configured to look in this location for the dependencies, so it should now build as-is.

0 commit comments

Comments
 (0)