mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[docs] document that vcpkg_from_github works with Gitea (#21318)
https://github.com/microsoft/vcpkg/pull/20747#pullrequestreview-779956592
This commit is contained in:
parent
d3092a90f3
commit
6e023eba7b
@ -4,6 +4,8 @@ The latest version of this document lives in the [vcpkg repo](https://github.com
|
|||||||
|
|
||||||
Download and extract a project from GitHub. Enables support for `install --head`.
|
Download and extract a project from GitHub. Enables support for `install --head`.
|
||||||
|
|
||||||
|
This also works with Gitea by specifying the Gitea server with the `GITHUB_HOST` option.
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
```cmake
|
```cmake
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
Download and extract a project from GitHub. Enables support for `install --head`.
|
Download and extract a project from GitHub. Enables support for `install --head`.
|
||||||
|
|
||||||
|
This also works with Gitea by specifying the Gitea server with the `GITHUB_HOST` option.
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
```cmake
|
```cmake
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
|
Loading…
Reference in New Issue
Block a user