Difference between revisions of "Installing LDC on FreeBSD"

From D Wiki
Jump to: navigation, search
Line 1: Line 1:
The LDC is now part of [https://www.freshports.org/lang/ldc/ FreeBSD ports tree]. LDC can building from source code or installing from FreeBSD package
+
The LDC is now part of [https://www.freshports.org/lang/ldc/ FreeBSD ports tree]. LDC can be installed from source code or it can be installed from FreeBSD binary package
 
 
  
 
== Installing from ports tree ==
 
== Installing from ports tree ==

Revision as of 19:31, 16 July 2017

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

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

Installing from binary package

# pkg install ldc

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