Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run on MacOS #8

Open
pel-daniel opened this issue Nov 10, 2019 · 1 comment
Open

Run on MacOS #8

pel-daniel opened this issue Nov 10, 2019 · 1 comment

Comments

@pel-daniel
Copy link

I think inotify is only available in Linux OS's.
Has anyone been able to run userland on MacOS?

@tcb678
Copy link

tcb678 commented Nov 11, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants