'nanomsg/nn.h' 在 MAC 上找不到文件

'nanomsg/nn.h' file not found on MAC

我想在 macOS 上使用 LuaRocks 安装 nn。但是当 运行

sudo luarocks install nn      //I use sudo because otherwise I don't have permission to install

我遇到了错误

lnn.c:4:9: fatal error: 'nanomsg/nn.h' file not found include ^ 1 error generated.

我该如何解决这个问题?

Brew 来拯救。

运行:

brew install nanomsg

这对我有用。