Closed flip111 closed 4 years ago
As you can see, the problem is not with cw, but with luaposix.
(The problem is that you need liblua5.3-dev, or whatever version you want. That doesn't seem to be documented on the luaposix site, so you might want to file a bug there.)
sudo apt install luarocks liblua5.3-dev
and install with luarocks install cw --local
worked for me. Binary can then be found in ~/.luarocks/bin/cw
Thanks for support
Great stuff, glad it worked!
ubuntu 19.10