userland-prototype
userland-prototype copied to clipboard
Run on MacOS
I think inotify
is only available in Linux OS's.
Has anyone been able to run userland
on MacOS?
Missing dependencies for userland dev-1:
inotify 0.5 (not installed)
luafilesystem (not installed)
lua-syntect (not installed)
luaposix (not installed)
userland dev-1 depends on inotify 0.5 (not installed)
Installing https://luarocks.org/inotify-0.5-1.rockspec
Error: Failed installing dependency: https://luarocks.org/inotify-0.5-1.rockspec - Could not find header file for INOTIFY
No file sys/inotify.h in /usr/local/include
No file sys/inotify.h in /usr/include
No file sys/inotify.h in /include
You may have to install INOTIFY in your system and/or pass INOTIFY_DIR or INOTIFY_INCDIR to the luarocks command.
Example: luarocks install inotify INOTIFY_DIR=/usr/local
fswatch might be a useful replacement on Mac OS X systems.