Skip to content

Instantly share code, notes, and snippets.

View chipacoxyz's full-sized avatar

Daniel Tossutti chipacoxyz

  • Resistencia, Chaco, Argentina
View GitHub Profile
@chipacoxyz
chipacoxyz / cpctelera and rvm on wsl.txt
Last active December 3, 2023 18:27
cpctelera and rvm setup on wsl
Aclaration: cpctelera only works for the bash shell.
Install ubuntu deps:
sudo apt install build-essential bison flex mono-complete libboost-dev libfreeimage-dev
I've got this problem with the mono package "https://github.com/microsoft/WSL/issues/5466".
This command fixes it:
sudo update-binfmts --disable cli
consider adding it to your shell autostart