aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/build.rst
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-28 15:15:14 -0700
committerJosh Blum <josh@joshknows.com>2010-06-28 15:15:14 -0700
commite057e6afde4b4be21f0e30ee6071599288b0e8a8 (patch)
treec6d8ced662a7a3438ab73f41a7f1be73a1ca9137 /host/docs/build.rst
parenta094f2a6373552c74657c73d048a938bcdeb6907 (diff)
downloaduhd-e057e6afde4b4be21f0e30ee6071599288b0e8a8.tar.gz
uhd-e057e6afde4b4be21f0e30ee6071599288b0e8a8.tar.bz2
uhd-e057e6afde4b4be21f0e30ee6071599288b0e8a8.zip
uhd: added build notes for fedora 64 boost not found
Diffstat (limited to 'host/docs/build.rst')
-rw-r--r--host/docs/build.rst5
1 files changed, 4 insertions, 1 deletions
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=<prefix> ../
+**Notes:**
+
+* For a custom prefix, use: cmake -DCMAKE_INSTALL_PREFIX=<prefix> ../
+* On some Fedora 64-bit systems, cmake has trouble finding boost, use: cmake -DBOOST_LIBRARYDIR=/usr/lib64 ../
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Build and install