Difference between revisions of "Installing LDC on FreeBSD"

From D Wiki
Jump to: navigation, search
(Installing from package (binary))
(3 intermediate revisions by 2 users not shown)
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 (source code) ==
== Installing from ports tree ==
 
  
 
<pre>
 
<pre>
Line 8: Line 7:
 
</pre>
 
</pre>
  
== Installing from binary package ==
+
== Installing from package (binary) ==
  
 
<pre>
 
<pre>
Line 14: Line 13:
 
</pre>
 
</pre>
  
Currently, LDC can be installed on '''FreeBSD''' 10.x and 11.x (i386 and amd64)
+
Currently, LDC can be installed on '''FreeBSD''' 11.x and 12.x (i386 and amd64)
 +
 
 +
 
 +
[[Category:LDC]]

Revision as of 19:56, 7 March 2019

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)