Skip to content

FreeBSD installation

Shayan Pooya edited this page Feb 10, 2014 · 3 revisions

Draft

Installing Disco on FreeBSD is not much different than installing it on other platforms. The only other thing that has to be done is some modification to the sort function to work correctly with binary inputs. After the installation is done. Continue as follows:

# cd /usr/src/usr.bin/sort

# fetch https://raw.github.com/pooya/DiscoStuff/master/freebsd_binary_sort.patch

# patch -p1 <freebsd_binary_sort.patch

# make

# make install

and then you should be able to run disco without any problems.

Clone this wiki locally