tdf#161411 - UI: Add Better wording for ASCII-only characters
[LibreOffice.git] / solenv / wsl / README
bloba9609f08dce975376fd2da518b80d99b9a68102e
1 This is a tool that will be useful for various tasks when building LO on WSL.
3 It is a Win32 program, not a Linux (WSL) one.
5 Compile using the Developer Command Prompt from MSVC as:
6 cl wsl-lo-helper.cpp advapi32.lib
7 and the copy the executable to /opt/lo/bin (e.g. from shell as):
8 sudo mv wsl-lo-helper.exe /opt/lo/bin/wsl-lo-helper