Răsfoiți Sursa

Add vcpkg installation instructions (#327)

Griffin Downs 6 ani în urmă
părinte
comite
32e76298e4
2 a modificat fișierele cu 21 adăugiri și 2 ștergeri
  1. 1 0
      AUTHORS
  2. 20 2
      README.md

+ 1 - 0
AUTHORS

@@ -18,6 +18,7 @@ drglove
 eugeneko
 gale83
 ghost
+grdowns
 Green-Sky
 Kerndog73
 Lawrencemm

+ 20 - 2
README.md

@@ -301,14 +301,32 @@ Note that benchmarks are not part of this set.
 
 * [`Conan`](https://bintray.com/skypjack/conan/entt%3Askypjack/_latestVersion),
   the C/C++ Package Manager for Developers.
+
+* [`vcpkg`](https://github.com/Microsoft/vcpkg/tree/master/ports/entt),
+  Microsoft VC++ Packaging Tool.<br/>
+  You can download and install `EnTT` in just a few simple steps:
+
+  ```
+  $ git clone https://github.com/Microsoft/vcpkg.git
+  $ cd vcpkg
+  $ ./bootstrap-vcpkg.sh
+  $ ./vcpkg integrate install
+  $ vcpkg install entt
+  ```
+
+  The `EnTT` port in `vcpkg` is kept up to date by Microsoft team members and
+  community contributors.<br/>
+  If the version is out of date, please
+  [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the
+  `vcpkg` repository.
+
 * [`Homebrew`](https://github.com/skypjack/homebrew-entt), the missing package
   manager for macOS.<br/>
   Available as a homebrew formula. Just type the following to install it:
+
   ```
   brew install skypjack/entt/entt
   ```
-* [`vcpkg`](https://github.com/Microsoft/vcpkg/tree/master/ports/entt),
-  Microsoft VC++ Packaging Tool.
 
 Consider this list a work in progress and help me to make it longer.