Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not load on linux #14

Open
Kilobyte22 opened this issue May 30, 2015 · 3 comments
Open

Does not load on linux #14

Kilobyte22 opened this issue May 30, 2015 · 3 comments

Comments

@Kilobyte22
Copy link

On linux the file system is case sensitive. This makes line 11 in ParseLua.lua break. To fix this, change require ('Strict') to require ('strict')

@vkill
Copy link

vkill commented Dec 23, 2016

$ ln -s strict.lua Strict.lua

@Kilobyte22
Copy link
Author

Would be a workaround, yes. However it should simply work out of the box. This is not too much to ask for

@geopython1916
Copy link

Seems to me most are Windows uses. I feel little sympathy for the Linux users. The answer to the question should be done, and this issue closed. I'm a Linux user my self. This is not a problem, add the ln statement. End this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants