From 25833f784fc4c063845b50fa069e08941d489226 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 26 Oct 2011 10:34:43 -0700 Subject: uhd: more doc tweaks to build guide --- host/docs/build.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'host/docs') diff --git a/host/docs/build.rst b/host/docs/build.rst index e3a877a4b..e5ea85ce0 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -9,7 +9,9 @@ Build Dependencies ------------------------------------------------------------------------ **Linux Notes:** -The dependencies can be acquired through the package manager. +This is dependent on the distribution you are using, but most, if not all, of +the dependencies should be available in the package repositories for your +package manager. **Mac OS X Notes:** Install the "Xcode Developer Tools" to get the build tools (gcc and make). @@ -137,7 +139,10 @@ Build and install Setup the library path (Linux) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Make sure that libuhd.so is in your LD_LIBRARY_PATH -or add it to /etc/ld.so.conf and make sure to run sudo ldconfig +or add it to /etc/ld.so.conf and make sure to run: +:: + + sudo ldconfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Setup the library path (Mac OS X) -- cgit v1.2.3