diff options
author | Philip Balister <philip@balister.org> | 2016-07-27 10:30:56 -0700 |
---|---|---|
committer | Moritz Fischer <moritz.fischer@ettus.com> | 2016-07-27 10:30:56 -0700 |
commit | 39127b6e4cd5e8d1fc4f27c0ef7d002545f4cf8d (patch) | |
tree | 9e7daf95a22a94e5d130306ed36c3519fdab2a93 /host | |
parent | 7872bad482b6edc8b57e7a6b92eb483b179d5d42 (diff) | |
download | uhd-39127b6e4cd5e8d1fc4f27c0ef7d002545f4cf8d.tar.gz uhd-39127b6e4cd5e8d1fc4f27c0ef7d002545f4cf8d.tar.bz2 uhd-39127b6e4cd5e8d1fc4f27c0ef7d002545f4cf8d.zip |
usrp_e3x0.dox: Example cmake line should enable GPSD for E310. (#1170)
Signed-off-by: Philip Balister <philip@opensdr.com>
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/usrp_e3x0.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp_e3x0.dox b/host/docs/usrp_e3x0.dox index 1a94e6c7e..fdaea80e2 100644 --- a/host/docs/usrp_e3x0.dox +++ b/host/docs/usrp_e3x0.dox @@ -135,7 +135,7 @@ have custom UHD modifications. -# Setup your environment as described in \ref e3x0_sdk_usage -# Type the following in the build directory (assuming a build in host/build): - $ cmake -DCMAKE_TOOLCHAIN_FILE=../host/cmake/Toolchains/oe-sdk_cross.cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_E300=ON .. + $ cmake -DCMAKE_TOOLCHAIN_FILE=../host/cmake/Toolchains/oe-sdk_cross.cmake -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_E300=ON -DENABLE_GPSD=ON .. $ make For instructions on building UHD on a PC to interact with your E-Series device, follow these instructions: \ref e3x0_uhd_build |