Difference between revisions of "Installing LDC on FreeBSD"
(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...") |
|||
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 building from source code or installing from FreeBSD package | ||
+ | |||
+ | |||
+ | == Installing from ports tree == | ||
+ | |||
<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 binary package == | ||
+ | |||
<pre> | <pre> | ||
# pkg install ldc | # pkg install ldc | ||
</pre> | </pre> | ||
− | LDC can be installed on FreeBSD 10. | + | Currently, LDC can be installed on '''FreeBSD''' 10.x and 11.x (i386 and amd64) |
Revision as of 19:28, 16 July 2017
The LDC is now part of FreeBSD ports tree. LDC can building from source code or installing from FreeBSD 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)