Commit Graph

7 Commits (development)

Author SHA1 Message Date
hayati ayguen 3f3fefc9e4 extracted wavewrite from convenience, improved rtl_fm
* rtl_fm using rtlsdr_set_tuner_band_center
* rtl_fm recording to .wav.tmp, renaming it when finished

Signed-off-by: hayati ayguen <h_ayguen@web.de>
2019-07-18 23:25:32 +00:00
hayati ayguen ea168c1d6d changed default of option RTL_FULL_STATIC_BUILD to ON
This only affects the extra CMakeLists.txt below win32-qtcreator.
  This compiles fully static - without librtlsdr.dll.

Root CMakeLists.txt, with option RTL_STATIC_BUILD ON,
  does compile librtlsdr.dll and the rtl_* tools require it.

Signed-off-by: hayati ayguen <h_ayguen@web.de>
2017-02-15 21:20:49 +01:00
hayati ayguen f236b57bb9 added OPTION RTL_STATIC_BUILD for MinGW/Win32, default: ON
* Build rtl-tools static (except RTLSDR.DLL) on MinGW/Win32
  Option is ON by default, cause it only affects MinGW/Win32.
* win32-qtcreator/README.txt has some explanations howto setup
  for compilation with QT 5.5/qtcreator

Signed-off-by: hayati ayguen <h_ayguen@web.de>
2017-02-15 21:11:17 +01:00
hayati ayguen 7d46a6e3d5 added missing tools to win32-qtcreator/CMakeLists.txt
rtl_sdr, rtl_eeprom
(and rtl_rpcd, which isn't compiling in windows)
were missing

Signed-off-by: hayati ayguen <h_ayguen@web.de>
2017-02-15 20:49:57 +01:00
MiniLight 06ab160d20
A UDP version of the implementation for rtl_tcp 2016-12-21 01:25:06 -02:00
hayati ayguen 35bf7adf75 minor fix
fixed typo in usage
updated CmakeLists for win32-qtcreator: added option RTL_FULL_STATIC_BUILD
  librtlsdr-win32-v0.6.0.zip is missing libusb-1.0.dll, pthreadGC2.dll and libgcc_s_dw2-1.dll

Signed-off-by: hayati ayguen <h_ayguen@web.de>
2016-08-30 00:24:00 +02:00
Hayati Ayguen 20bc4dc0fb added CMakeLists.txt for Win32 and a README 2016-06-04 23:42:39 +00:00