We're a place where coders share, stay up-to-date and grow their careers.
Just a heads up to people who have a custom WSL2 setup I run Arch and had to install lib32 cairo. You can install from pacman -Ssq lib32 or pacman -Ssq lib32 | pacman -S -
pacman -Ssq lib32
pacman -Ssq lib32 | pacman -S -
Thanks! I'm sure it'll help someone!
Just a heads up to people who have a custom WSL2 setup
I run Arch and had to install lib32 cairo. You can install from
pacman -Ssq lib32
orpacman -Ssq lib32 | pacman -S -
Thanks! I'm sure it'll help someone!