From e057e6afde4b4be21f0e30ee6071599288b0e8a8 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 28 Jun 2010 15:15:14 -0700 Subject: uhd: added build notes for fedora 64 boost not found --- host/docs/build.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'host/docs') diff --git a/host/docs/build.rst b/host/docs/build.rst index a00cefabd..108d8dc8b 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -97,7 +97,10 @@ Generate Makefiles with cmake cd build cmake ../ -For a custom prefix, use: cmake -DCMAKE_INSTALL_PREFIX= ../ +**Notes:** + +* For a custom prefix, use: cmake -DCMAKE_INSTALL_PREFIX= ../ +* On some Fedora 64-bit systems, cmake has trouble finding boost, use: cmake -DBOOST_LIBRARYDIR=/usr/lib64 ../ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Build and install -- cgit v1.2.3