vsergeev / luaradio

A lightweight, embeddable software-defined radio framework built on LuaJIT
https://luaradio.io
Other
607 stars 63 forks source link

[OS X] Fix Mac OS X installation paths #21

Closed gyaresu closed 8 years ago

gyaresu commented 8 years ago

Permissions issues trying to install it on OSX 10.11.5

zaphod➜  embed : master ✔ : ᐅ  sudo make install
install -d /usr/lib
install: chmod 755 /usr/lib: Operation not permitted
install -m755 build/libluaradio.a /usr/lib/libluaradio.a
install: /usr/lib/libluaradio.a: Operation not permitted
make: *** [install] Error 71
vsergeev commented 8 years ago

This OS X install process in the Makefile is going to get cleaned up, both for this and a few things mentioned in the homebrew PR.