doc: add freebsd ports
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 24 Nov 2014 15:50:39 +0000 (15:50 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 5 Dec 2014 16:28:41 +0000 (17:28 +0100)
commit3e7b87dddbbf9c6bc27fcb7bbce41618853ad678
treefeb70b34b0637a43f74551422ab8d366abe37c82
parentf9e2411af05c407d177dd92b4d18343ca3b269b6
doc: add freebsd ports

Since the DPDK is now part of the BSD ports collection, we should
recommend installing from ports as the best way to get it up and
running.
In order to achieve this, while still keeping the document readable, the
chapter on system requirements has been moved to instead be a section
within the chapter on compiling the DPDK outside of the ports
collection. This move is necessary, since it covered a lot of detail on
installing other ports required to build DPDK. These steps are not
needed when installing DPDK itself from ports.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
doc/guides/freebsd_gsg/build_dpdk.rst
doc/guides/freebsd_gsg/build_sample_apps.rst
doc/guides/freebsd_gsg/index.rst
doc/guides/freebsd_gsg/install_from_ports.rst [new file with mode: 0644]
doc/guides/freebsd_gsg/intro.rst
doc/guides/freebsd_gsg/sys_reqs.rst [deleted file]