You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install on macOS 10.15.7, after ./configure make make install
it gives me make[2]: Nothing to be done for 'install-data-am'.
Fixed with: ./cfg/install-sh -c -d '/usr/local/bin' /usr/bin/install -c rkdeveloptool '/usr/local/bin'
The text was updated successfully, but these errors were encountered:
Trying to install on macOS 10.15.7, after
./configure
make
make install
it gives me
make[2]: Nothing to be done for 'install-data-am'
.Fixed with:
./cfg/install-sh -c -d '/usr/local/bin'
/usr/bin/install -c rkdeveloptool '/usr/local/bin'
The text was updated successfully, but these errors were encountered: