Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wsl support? #9

Open
rexutu14 opened this issue Aug 5, 2023 · 2 comments
Open

wsl support? #9

rexutu14 opened this issue Aug 5, 2023 · 2 comments

Comments

@rexutu14
Copy link

rexutu14 commented Aug 5, 2023

does it support wsl?

@GeopJr
Copy link
Owner

GeopJr commented Aug 5, 2023

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

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!

@TheBlueRuby
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants