transmission-native
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "transmission-native", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "transmission-native", | ||
@@ -5,0 +5,0 @@ "author": "Geoffrey Bonneville <geoffrey.bonneville@gmail.com>", |
@@ -95,2 +95,3 @@ # transmission-native | ||
# For Windows you need to set VCPKG_INSTALLATION_ROOT env variable | ||
# $Env:VCPKG_INSTALLATION_ROOT="PATH_TO_VCPKG" | ||
npm run build-transmission | ||
@@ -97,0 +98,0 @@ npm install |
@@ -69,11 +69,12 @@ #!/usr/bin/env node | ||
// Set vcpkg toolchain file path | ||
`-DCMAKE_TOOLCHAIN_FILE=${VCPKG_INSTALLATION_ROOT}\\scripts\\buildsystems\\vcpkg.cmake`, | ||
`-DCMAKE_TOOLCHAIN_FILE=${VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake`, | ||
// Set include and lib dir paths to static libcurl | ||
`-DCURL_INCLUDE_DIR=${VCPKG_INSTALLATION_ROOT}\\packages/curl_x64-windows-static/include`, | ||
`-DCURL_LIBRARY=${VCPKG_INSTALLATION_ROOT}\\packages/curl_x64-windows-static/lib`, | ||
`-DCURL_INCLUDE_DIR=${VCPKG_INSTALLATION_ROOT}/packages/curl_x64-windows-static/include`, | ||
`-DCURL_LIBRARY=${VCPKG_INSTALLATION_ROOT}/packages/curl_x64-windows-static/lib/libcurl.lib`, | ||
`-DOPENSSL_ROOT_DIR=${VCPKG_INSTALLATION_ROOT}/packages/openssl_x64-windows-static`, | ||
// Use static version of the run-time library | ||
'-DCMAKE_C_FLAGS=/MT', | ||
'-DCMAKE_CXX_FLAGS=/MT', | ||
'-DCMAKE_C_FLAGS_RELEASE=/MT', | ||
'-DCMAKE_CXX_FLAGS_RELEASE=/MT' | ||
'-DCMAKE_C_FLAGS=/MT /MP', | ||
'-DCMAKE_CXX_FLAGS=/MT /MP', | ||
'-DCMAKE_C_FLAGS_RELEASE=/MT /MP', | ||
'-DCMAKE_CXX_FLAGS_RELEASE=/MT /MP' | ||
] | ||
@@ -80,0 +81,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9944265
179
104