Skip to content

Commit 2272321

Browse files
committed
Fixed some typos in adding the dependencies
1 parent 528602f commit 2272321

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

DEPENDENCIES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ The following 3rd party libraries are required to build SimpleGraphics.dll. Usua
1313
* tiff 4.0.10-9
1414
* liblzma 5.2.4-5
1515

16+
These libraries are also listed in vcpkg.txt for our GitHub actions build to reference
17+
1618
## Using vcpgk to install dependencies on Windows for building with Visual Studio
1719

1820
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.
1921
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'
22+
23+
1) Run 'git submodule update --init'
24+
2) 'cd vcpkg'
2225
3) Type the following commands:
23-
1) `bootstrap-vcpkg.bat`
24-
2) `vcpkg install @../vcpkg.txt
26+
1) `bootstrap-vcpkg.sh` or `bootstrap-vcpkg.bat`
27+
2) `./vcpkg.exe install @../vcpkg.txt` or `vcpkg install @../vcpkg.txt`
2528
4) The SimpleGraphics solution and vcproj are already configured to look in this location for the dependencies, so it should now build as-is.

dependencies/See DEPENDENCIES.md in root for instructions.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)