Re: std.math not installed with WSL (debian) apt install ldc

2024-10-11 Thread ryuukk_ via Digitalmars-d-learn
ldc 1.24 is 4 years old debian stable has: 1.30.0 so sounds like you are using an ancient version of debian, upgrade

std.math not installed with WSL (debian) apt install ldc

2024-10-11 Thread Jonathan via Digitalmars-d-learn
Hello, I'm trying to test out a program I wrote on a new computer with a fresh install of WSL. Part of the idea of doing this is to add installation instructions for people who don't have Phobos. I've gone through what I expected to be the proper install procedure: ``` sudo apt install