Installing LDC on FreeBSD

From D Wiki
Revision as of 19:56, 7 March 2019 by Acardenas (talk | contribs) (Installing from package (binary))
Jump to: navigation, search

The LDC is now part of FreeBSD ports tree. LDC can be installed from source code or it can be installed from FreeBSD binary package

Installing from ports tree (source code)

# cd /usr/ports/lang/ldc && make install clean clean-depends

Installing from package (binary)

# pkg install ldc

Currently, LDC can be installed on FreeBSD 11.x and 12.x (i386 and amd64)