Difference between revisions of "Installing LDC on FreeBSD"

From D Wiki
Jump to: navigation, search
(Created page with "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 <pre> # cd /usr/ports/la...")
 
m
 
(6 intermediate revisions by 3 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) ==
 +
 
 
<pre>
 
<pre>
 
# cd /usr/ports/lang/ldc && make install clean clean-depends
 
# cd /usr/ports/lang/ldc && make install clean clean-depends
 
</pre>
 
</pre>
 +
 +
== Installing from package (binary) ==
 +
 
<pre>
 
<pre>
 
# pkg install ldc
 
# pkg install ldc
 
</pre>
 
</pre>
  
LDC can be installed on FreeBSD 10.3 and 11.0
+
Currently, LDC can be installed on '''FreeBSD''' 11.x, 12.x and 13.x (i386 and amd64)<br>
 +
Installs as /usr/local/bin/ldc2
 +
 
 +
[[Category:LDC]]

Latest revision as of 13:52, 8 September 2023

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, 12.x and 13.x (i386 and amd64)
Installs as /usr/local/bin/ldc2