gvvaughan / lyaml

LibYAML binding for Lua.
gvvaughan.github.io/lyaml
Other
208 stars 34 forks source link

Directory 'doc' not found error on luarocks installation #16

Closed mjbryant closed 7 years ago

mjbryant commented 7 years ago

I'm getting a "Directory 'doc' not found" error when trying to install 6.1.1. This is on a fresh, relatively simple docker image: https://gist.github.com/mjbryant/3bbb7b41eac91d450b2771b2d896c1e0

gvvaughan commented 7 years ago

Thanks for the report.

The problem is that the install is expecting to have access to a working ldoc executable to build the contents of the documents directory on the fly. I should include prebuilt docs in the release.

In the mean time luarocks install ldoc will get you going.

gvvaughan commented 7 years ago

Fixed by ab1fdef917cb71159d15219f0079caef55c12c7d