On 2/23/21 9:56 AM, Decabytes wrote:
I've been playing around in D for a bit and I'm enjoying it so far. I've
also been testing out freebsd on a Raspberry Pi 3. I noticed that there
is actually a package for LDC on the raspberry pi 3, and thought it
would be fun to play around with D on an ARM platform.
I installed it with "pkg install ldc", but embarrassingly I'm not
actually sure where the compiler is. ldc isn't a recognized action on
the command line, and I've hunted around my /usr/local/llvm10/ directory
but I'm having difficulty finding anything that looks like what I'm
looking for. Does anyone have any experience with ldc on freebsd that
could help me out?
Found this on the internet:
https://forums.freebsd.org/threads/list-of-the-installed-files-of-a-package.66372/
looks like:
pkg info -l name-of-package
It should show you were it put the ldc command and what it's called.
-Steve