-
Notifications
You must be signed in to change notification settings - Fork 272
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
optimize: add Installation section in README.markdown, add warning message under the install target #450
Conversation
This is not a good idea. |
got it |
The Installation part is missing in README.markdown, please review the section I added @zhuizhuhaomeng |
Makefile
Outdated
PREFIX ?= /usr/local | ||
LUA_INCLUDE_DIR ?= $(PREFIX)/include | ||
LUA_LIB_DIR ?= $(PREFIX)/share/lua/$(LUA_VERSION) | ||
LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the original LUA_LIB_DIR and comment out the LUA_VERSION.
Instead we add an echo warning message under the install target.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea
Thanks to @zhuizhuhaomeng for the detailed description of the installation chapter |
fix #449
I hereby granted the copyright of the changes in this pull request
to the authors of this lua-resty-core project.