Difference between revisions of "Installing LDC on FreeBSD"

From D Wiki
Jump to: navigation, search
Line 14: Line 14:
  
 
Currently, LDC can be installed on '''FreeBSD''' 10.x and 11.x (i386 and amd64)
 
Currently, LDC can be installed on '''FreeBSD''' 10.x and 11.x (i386 and amd64)
 +
 +
 +
[[Category:LDC]]

Revision as of 13:37, 4 March 2018

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 10.x and 11.x (i386 and amd64)