vcpkg reduces a lot of the hassle having to go through all of the VS project properties and manually having to make sure everything is correct for the build, and raylib is a package that can be found in vcpkg, so might as well use it!

master
Franz Anthony Varela vor 6 Jahren
Ursprung
Commit
c284d505fa
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      Create-Visual-Studio-Project.md

+ 2
- 0
Create-Visual-Studio-Project.md

@ -22,4 +22,6 @@ Assuming you are using **Visual Studio 2017** and you downloaded raylib from **g
7. Apply the changes and press **Ctrl + Shift + B** for start building your solution.
** Alternatively, you can use vcpkg (https://github.com/microsoft/vcpkg) to automatically link the library for you when you include the header **
**Note:** it may be required building **raylib.lib** file for your specific **Visual Studio** version, you can do this with pre-configured [Visual Studio project templates](https://github.com/raysan5/raylib/tree/master/projects/).

Laden…
Abbrechen
Speichern