office-gobmx/solenv/wsl
Luboš Luňák 4fbcededef require wsl-lo-helper to be preinstalled, like 'make'
It is needed to even find MSVC, so configure cannot easily build it.

Change-Id: Ie4e950cf01b9d8778cdc3e9a53718954b0c3c166
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137344
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-07-22 19:16:16 +02:00
..
README require wsl-lo-helper to be preinstalled, like 'make' 2022-07-22 19:16:16 +02:00
wsl-lo-helper.cpp require wsl-lo-helper to be preinstalled, like 'make' 2022-07-22 19:16:16 +02:00

This is a tool that will be useful for various tasks when building LO on WSL.

It is a Win32 program, not a Linux (WSL) one.

Compile using the Developer Command Prompt from MSVC as:
cl wsl-lo-helper.cpp advapi32.lib
and the copy the executable to /opt/lo/bin (e.g. from shell as):
sudo mv wsl-lo-helper.exe /opt/lo/bin/wsl-lo-helper