Skip to content

Commit

Permalink
Use VCPKG dynamic linking triplet
Browse files Browse the repository at this point in the history
  • Loading branch information
alef committed Jan 16, 2025
1 parent 0f76ab2 commit bb744e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"VCPKG_TARGET_TRIPLET": "x64-linux",
"VCPKG_TARGET_TRIPLET": "x64-linux-dynamic",
"VCPKG_MANIFEST_DIR": "${sourceDir}/msvc-full-features/"
}
}
Expand Down
7 changes: 7 additions & 0 deletions doc/c++/COMPILING-CMAKE-VCPKG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ For the official way to build CataclysmDDA, see:
`cmake` >= 3.20.0<br/>
`vcpkg` from [vcpkg.io](https://vcpkg.io/en/getting-started.html)
`msgfmt` (optional) as part of Git Bash or msys2 in the default install paths.

On Linux (for `libxcrypt`):
`autoconf`
`automake`
`libtool`
`pkg-config`

# 2 Configure

## Presets
Expand Down

0 comments on commit bb744e3

Please sign in to comment.