aspizu / goboscript

goboscript is the Scratch compiler
https://aspizu.github.io/goboscript
MIT License
76 stars 14 forks source link

How do i install gsc compiler #18

Closed HGT-123 closed 1 year ago

HGT-123 commented 1 year ago

Im stuck... running wsl kali linux and cant install gsc

aspizu commented 1 year ago

Did you follow the instructions in the README.md? What commands did you run and what was the output?

HGT-123 commented 1 year ago

Uhh im using wsl so i dont have a full desktop filesystem so the bash commands to install it dont work

aspizu commented 1 year ago

answer my questions

Poly2it commented 1 year ago

Uhh im using wsl so i dont have a full desktop filesystem so the bash commands to install it dont work

Commands

cd ~/Downloads/SRC
pip install lark
git clone https://github.com/aspizu/goboscript
cd goboscript
echo -e "#\!/bin/bash\nset -e\npython $(pwd)/gsc \"\$@\"" > ~/.local/bin/gsc
chmod +x ~/.local/bin/gsc
Poly2it commented 1 year ago

@aspizu close