Take a look at:

https://files.ettus.com/manual/page_build_guide.html

Typically, for Linux it's:

git clone https://github.com/EttusResearch/uhd.git

cd uhd

git checkout v3.15.0.0 -b tmp

cd host

mkdir build

cd build

cmake ../

make

sudo make install

sudo ldconfig

It's highly recommended to checkout a release. The master branch is a development branch and can be broken.

Ron W6RZ

On 7/14/20 17:23, Larry Dodd via USRP-users wrote:
Using Cmake I get the following error.
CMake Error: The source directory "C:/uhd-master/uhd-master/build/CMakeFiles" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
I searched the computer and can not find CMakeFiles.txt anywhere.
Larry, K4LED

_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to