Closed vsergeev closed 8 years ago
Or at least a HowTo install on Debian Jessie for raspberry pi users. Thanks :)
In the meanwhile, you can install luajit
from the package repositories, and either libvolk0.0.0
from the package repositories or liquid-dsp from source (or both). That should let you run LuaRadio from the repo with acceleration and its examples. Double check that ./luaradio --platform
shows volk
and/or liquid
marked as true
. You can then install LuaRadio more permanently, if you'd like, with the install from the source instructions.
Ok, under Raspbian Jessie : sudo apt-get install libluajit-5.1-dev sudo apt-get install fftw3-dev and install liquid-dsp from git
Have to give a try with luaradio modulation and https://github.com/F5OEO/rpitx
2016-07-03 20:43 GMT+02:00 Vanya Sergeev notifications@github.com:
In the meanwhile, you can install luajit from the package repositories, and libvolk0.0.0 from the package repositories and/or liquid-dsp https://github.com/jgaeddert/liquid-dsp from source.
That should let you run LuaRadio from the repo with acceleration and its examples. Double check that ./luaradio --platform shows volk and/or liquid marked as try. You can also install LuaRadio more permanently if you'd like, with the install from the source instructions.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/vsergeev/luaradio/issues/12#issuecomment-230168553, or mute the thread https://github.com/notifications/unsubscribe/AF53RqWNGBeuj6fm306Te9DoKV7SbpBHks5qSALggaJpZM4JDNmN .
Add Debian package and PPA for x86 and ARM.