MLR.EXE: Windows beta
I'm happy to announce a Windows port of Miller. Features in this 5.1.0w release are identical to 5.1.0; the only delivery here is an executable compiled for 64-bit Windows.
Details are here.
One of the reasons I'm calling this a beta is that at present you need two DLLs in addition to the mlr.exe
executable attached below. All three need to be somewhere in your Windows PATH
.
For example, you can do
C:\> mkdir \mbin
Then place libpcreposix-0.dll
, libpcre-1.dll
, and mlr.exe
all into C:\mbin
. Then
C:\> set PATH=%PATH%;\mbin
The Windows port is still beta: please open an issue at https://github.com/johnkerl/miller/issues if you encounter any problems.
Update a few hours later: Due to simple fat-fingering on my part, one of the files was misnamed. The binaries have been reattached correctly.
Information about the binaries:
FILE SIZES
4,379,627 mlr.exe
281,871 libpcre-1.dll
44,554 libpcreposix-0.dll
FILE MD5SUMS
e46a2bfcda001f3698eee4f09409fc04 *mlr.exe
003b71bce60e63d745bac45740c277f8 *libpcre-1.dll
d5920106bdbccf736fd8c459959fabbe *libpcreposix-0.dll