I'm new in SDRplay software, now trying to install all stuff on my Mac mini

What I did:
a) install Mac driver from the sdrplay website
b) install CubicSDR: it works ok, but ... its beta and features are limited.
c) So, I would like to use gnuradio and Gqrx, and there are some problems.
I used the manual from here: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
My steps:
- git clone git://git.osmocom.org/gr-osmosdr - done
- cd gr-osmosdr/ - done
- mkdir build - done
- cd build/ - done
- cmake ../ -DENABLE_NONFREE=TRUE - done
- make - done
- sudo make install - done
- sudo ldconfig - ldconfig: command not found
But it seems, version was build and installed succesfully.
But... Now I type "osmocom_fft" and get the error
gr-osmosdr v0.1.x-xxx-xunknown (0.1.5git) gnuradio 3.7.9.1
built-in source types: file fcd rtl rtl_tcp uhd hackrf bladerf rfspace airspy
FATAL: No supported devices found to pick from. I've build the library with SDRplay support, why it is not here?
Wtf, sorry, why it cannot see my sdrplay device?
What I'm doing wrong?
Thanks.
PS: Btw, why SDRplay library is closed and not distributed like other open source as hackrf or airspy? I'm disappointed a bit with this problems.