diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-26 10:34:43 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-26 10:34:43 -0700 |
commit | 25833f784fc4c063845b50fa069e08941d489226 (patch) | |
tree | 396653c7927c567826b0687ce1e44711db9dd076 | |
parent | 7990bd61357620b16bacd447a0504146c215abd3 (diff) | |
download | uhd-25833f784fc4c063845b50fa069e08941d489226.tar.gz uhd-25833f784fc4c063845b50fa069e08941d489226.tar.bz2 uhd-25833f784fc4c063845b50fa069e08941d489226.zip |
uhd: more doc tweaks to build guide
-rw-r--r-- | host/docs/build.rst | 9 |
1 files changed, 7 insertions, 2 deletions
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) |