BLAHAJ icon indicating copy to clipboard operation
BLAHAJ copied to clipboard

wsl support?

Open rexutu14 opened this issue 1 year ago • 2 comments

does it support wsl?

rexutu14 avatar Aug 05 '23 22:08 rexutu14

It should but I don't have a Windows machine to test on :shrug:

It might also be able to work natively on Windows https://crystal-lang.org/install/on_windows/

Feel free to give either a try and report back!

GeopJr avatar Aug 05 '23 22:08 GeopJr

If you install crystal and make then you can clone the source and run make to build, but you have to copy the blahaj.exe to a folder in your PATH. Basically, install GnuWin32's port of GNU make and run these commands in a powershell or cmd prompt winget install CrystalLang.Crystal git clone https://github.com/GeopJr/BLAHAJ.git cd BLAHAJ make cp bin\blahaj.exe FOLDER_IN_PATH

TheBlueRuby avatar Aug 31 '23 00:08 TheBlueRuby