Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modorganizer2/vcpkg-registry
VCPKG registry for MO2 dependencies and components.
https://github.com/modorganizer2/vcpkg-registry
Last synced: 6 days ago
JSON representation
VCPKG registry for MO2 dependencies and components.
- Host: GitHub
- URL: https://github.com/modorganizer2/vcpkg-registry
- Owner: ModOrganizer2
- Created: 2024-07-07T18:58:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T18:17:10.000Z (3 months ago)
- Last Synced: 2024-11-09T02:13:28.439Z (2 months ago)
- Language: CMake
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModOrganizer2 VCPKG Registry
Custom registry for [VCPKG](https://github.com/microsoft/vcpkg/).
## How to use?
Add the following to your `vcpkg-configuration.json` - update the baseline and the list
of packages to your needs:```json
{
"registries": [
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "27d8adbfe9e4ce88a875be3a45fadab69869eb60",
"packages": ["mo2-cmake", "spdlog"]
}
]
}
```## Included ports
| Port | Description |
| ------------- | -------------------- |
|`asmjit` | Fork of the official `asmjit` port to use a (very) old version of `asmjit` that is compatible with [USVFS](https://github.com/ModOrganizer2/usvfs). |
| `libloot` | Port for [libloot](https://github.com/loot/libloot), using the prebuilt release available. |
| `mo2-cmake` | CMake utilities for ModOrganizer2 components, especially plugins. |
| `mo2-dds-header` | Small port to bring the DirectXTex `DDS.h` header. |
| `mo2-libbsarch` | Port for [libbsarch](https://github.com/ModOrganizer2/libbarch), using the prebuilt release available. |
| `spdlog` | For of the official `spdlog` port to remove `fmt` dependency and force the use of `std::format` instead. |