-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi, I'm super new to Hammerspoon, and I saw a post somewhere that required the spaces module from here.
This is how I'm trying to install:
- Clone the repo
- Go into
spaces
directory - I have an Intel Mac, so I do
make install-x86_64
- I get the following error:
Skipping Lua Compile Verification
mkdir -p ~/.hammerspoon/hs/spaces
install -m 0644 init.lua ~/.hammerspoon/hs/spaces
test -f docs.json && install -m 0644 docs.json ~/.hammerspoon/hs/spaces || echo "No docs.json file to install"
spacesObjc.m:2:9: fatal error: module 'LuaSkin' not found
@import LuaSkin ;
~~~~~~~^~~~~~~
1 error generated.
make: *** [obj_x86_64/spacesObjc.so] Error 1
Is there something I need to do? Is this module bundled with Hammerspoon or I need to install it from somewhere?
Metadata
Metadata
Assignees
Labels
No labels