Bug 105345 - vcpkg: Make --with-system-libs work on windows platform
Summary: vcpkg: Make --with-system-libs work on windows platform
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All Windows (All)
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevAdvice
Depends on:
Blocks:
 
Reported: 2017-01-15 15:47 UTC by DavidO
Modified: 2017-02-01 12:25 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DavidO 2017-01-15 15:47:27 UTC
vcpkg (https://github.com/Microsoft/vcpkg) is package manager for
Windows. Integration is provided out of the box for MSVS IDE and
cmake based tool chains.

Adapt LibreOffice build tool chain to detect and consume the headers
and the libraries from vcpkg installation directory.

The goal is to make `--with-system-libs` configuration option work
like on other sane platfforms.
Comment 1 David Tardon 2017-01-30 15:43:06 UTC
What's the use case for this? We need to allow to build with system packages on Linux because distribution packagers want/need it. But there are no 'distributions' for Windows and the official packages have to use bundled libraries anyway, so this seems just like adding needless complexity... Also note that we explicitly disallow the use of package managers (and libraries installed using them) on OS X.
Comment 2 DavidO 2017-02-01 12:25:08 UTC
(In reply to David Tardon from comment #1)

> What's the use case for this?

The intention was to improve the build performance. But I can see how this would complicate the build implementation.