Code Monkey home page Code Monkey logo

Comments (4)

osqzss avatar osqzss commented on July 21, 2024

You can find the instructions to build the bladeRF library from the source with Visual Studio 2013 Express for Windows Desktop in the Nuand wiki page:
https://github.com/Nuand/bladeRF/wiki/Getting-Started%3A-Windows

Assume you already downloaded pthread and libusb files and successfully built the bladeRF library.

In order to build bladeGPS, you need to add the paths to the following folders in Configuration Properties -> C/C++ -> General -> Additional Include Directoris:

  1. “pthreads-w32-2-9-1-release/Pre-built.2/include” for pthread.h
  2. “bladeRF/include” for libbladeRF.h

You also need to add the paths to the following folders in Configuration Properties -> Linker -> General -> Additional Library Directories:

  1. “pthreads-w32-2-9-1-release/Pre-built.2/lib/x64” for pthreadVC2.lib
  2. “bladeRF/x64” for bladeRF.lib

For the link command, specify the name of the additional libraries in Configuration Properties -> Linker -> Input -> Additional Dependencies:

  1. pthreadVC2.lib
  2. bladeRF.lib

Basically that's it! Now you should be able to build the code. In order to execute bladeGPS, you need the following DLLs in the same folder:

  1. bladeRF.dll
  2. libusb-1.0.dll
  3. pthreadVC2.dll

Enjoy ;)

from bladegps.

osqzss avatar osqzss commented on July 21, 2024

Or you can try the latest release for Windows.

from bladegps.

zimler avatar zimler commented on July 21, 2024

Wow! Thank you for taking the time to put those instructions together and then compiling it. I hope to have time tonight to try it out.

from bladegps.

zimler avatar zimler commented on July 21, 2024

the precompiled release is working well, thank you! I will try the compiling another time.

from bladegps.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.