pavels / spektrum

rtl-sdr spectrum analyzer
BSD 3-Clause "New" or "Revised" License
577 stars 91 forks source link

Build Help? #7

Closed dnegrych closed 7 years ago

dnegrych commented 7 years ago

I really like spektrum. The "relative" feature is particularly useful to me. I would like to try make some small modification BUT I can't get the build to work.

If anyone has the patience to work with a newbie the help would be very much appreciated.

Let know if there is a better place to ask for help.

RadioDave

pavels commented 7 years ago

Hi

First grab copy of processing here https://processing.org/download/ - latest is OK Run it and check where your sketchbook directory is - File - Preferences

Now you will need to add couple of references 1) ControlP5 - Go to Sketch - Import Library - Add Library and find "ControlP5" and install it 2) processing-rtlspektum - Get this https://github.com/pavels/processing-rtlspektum-lib/releases/download/1.0.2/rtlspektrum.zip and unpack it into /libraries (there should already be controlP5 directory, this will add rtlspektrum directory)

Now clone the source into your sketchbook directory - so in your sketchbook location run somethong like "git clone https://github.com/pavels/spektrum.git"

Now in processing go to file - sketchbook and you should see "spektrum" there - open it by double clicking

The sketch opens - now just click Run in processing and you should be running

dnegrych commented 7 years ago

Thanks for the reply. I will give that a try and get back to you. Thanks again Dave

dnegrych commented 7 years ago

Haarray! It works. Thank you. Your description worked great. I started with the 32 bit version of Processing. It didn't work. Once I installed the 64 bit version it worked perfect. Now I look forward to working with processing & java to see if I can "break" your code. (Just joking...) Thanks again for the great application. Dave

dnegrych commented 7 years ago

I should have mentioned that I'm running Windows 7, Processing V3.2.3 and java version "1.8.0_51"

Ogre-- commented 6 years ago

Hi, I'd also like to make some modifications, and I'm having an issue after following those steps. Here is the output when I try to run the spektrum Processing file. I tried 32-bit Processing and I also tried spektrum-1.0.2 with libspektrum-1.0.2 and spektrum-master with libspektrum-1.0.5. Help would be appreciated! output.txt