Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nimble install lua
- Downloading https://github.com/nim-lang/lua using git
- Warning: Package 'lua' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'lua.nim', but a file named 'lua52.nim' was found. This will be an error in the future.
- Hint: If this is the primary source file in the package, rename it to 'lua.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'lua', then move it into a 'lua/' subdirectory. If it's a test file or otherwise not required to build the the package 'lua.nim', prevent its installation by adding `skipFiles = @["lua52.nim"]` to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.
- Verifying dependencies for [email protected]
- Installing [email protected]
- Prompt: [email protected] already exists. Overwrite? [y/N]
- Answer: y
- Success: lua installed successfully.
Advertisement
Add Comment
Please, Sign In to add comment