shalabh
10/23/2019, 11:06 AMs-ol
10/23/2019, 1:47 PMDoug Moen
10/23/2019, 2:34 PMDoug Moen
10/23/2019, 3:10 PMshalabh
10/23/2019, 4:18 PMs-ol
10/23/2019, 4:21 PMlove .
to run
EDIT: nvm, still missing 'inspect' and 'posix', im trying luarocks..shalabh
10/23/2019, 4:21 PMshalabh
10/23/2019, 4:21 PMDoug Moen
10/23/2019, 4:22 PMs-ol
10/23/2019, 4:30 PMluarocks install luarocks-build-rust
and then you can have luarocks install all the dependencies with:
luarocks --lua-version 5.1 --local make
after this ./userland
should run it.
If it complains about not finding inspect
throw in an extra luarocks --lua-version 5.1 --local install inspect
s-ol
10/23/2019, 4:39 PM