Run lueur on a Microsoft Windows host
This guide will show you how to run lueur on a Microsoft Windows host.
What You'll Achieve
You will learn how to run lueur from a PowerShell command line or via the Windows Subsystem for Linux.
Run lueur via Windows PowerShell
-
Download lueur for Windows
Download the latest Windows release of lueur from the releases page.
-
Rename the binary
Once downloaded, rename the executable to
lueur.exe
-
Add the directory to the
Path
You may additionnaly update the
Path
so that lueur is found.
Run lueur via Windows Subsystem for Linux (WSL)
-
Install a Ubuntu release
Another approach to run from Windows is to benefit from the Windows Substem for Linux, which exposes Windows lower level resources in a way that allows Linux to run from them directly.
This will install a base Ubuntu distribution. It will ask you for a username and password along the way. Finally, it will log you in to that user.
-
Configure the environment
Install the jq command:
Then, create the target directory where
lueur
will be installed:Add the following to your
.bashrc
file: -
Install lueur
Install lueur using our installer script: