-
Notifications
You must be signed in to change notification settings - Fork 3k
Building and installing HHVM on FreeBSD from ports
Alex Hinds edited this page Jul 6, 2015
·
5 revisions
Please note: the port lang/hiphop-php was abandoned 28th December 2013 (v2.1) and deleted from the FreeBSD ports collection 31st August 2014 (https://www.freshports.org/lang/hiphop-php/).
This walkthrough was tested with 64-bit FreeBSD 9.2, but generally any recent 64-bit FreeBSD should do.
If you don't have the ports tree yet, download and extract it using portsnap:
portsnap fetch portsnap extract
If you already have a ports tree, you may want to update it:
portsnap fetch update
Install the portmaster tool (if not installed)
cd /usr/ports/ports-mgmt/portmaster make install clean
Install using portmaster
portmaster lang/hiphop-php
cd /usr/ports/lang/hiphop-php make install
Clean-up working source after install (if desired)
make clean
Clean-up tarball fetched (usually stored in ${PORTSDIR}/distfiles folder)
make distclean