summaryrefslogtreecommitdiffstats
path: root/solenv/wsl/README
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/wsl/README')
-rw-r--r--solenv/wsl/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/wsl/README b/solenv/wsl/README
new file mode 100644
index 0000000000..a9609f08dc
--- /dev/null
+++ b/solenv/wsl/README
@@ -0,0 +1,8 @@
+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