Merge remote-tracking branch 'refs/remotes/origin/development' into development
This commit is contained in:
commit
f13688ef3f
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ LIB_LOGGER=-l$(PROJECT_NAME)-logger
|
||||
LIBS_LIB_CHAT=$(LIB_CORE) -lpthread
|
||||
LIB_CHAT=-l$(PROJECT_NAME)-chat
|
||||
LIB_CHAT_CONFIG=$(LIB_CHAT)-config
|
||||
LIBS_CHAT=$(LIB_CHAT) $(LIBS_LIB_CHAT) -lyaml $(LIB_CHAT_CONFIG)
|
||||
LIBS_CHAT=$(LIB_CHAT) $(LIBS_LIB_CHAT) $(LIB_CHAT_CONFIG)
|
||||
|
||||
# Install Files
|
||||
INSTALL_INCLUDE=/usr/include
|
||||
|
@ -43,7 +43,7 @@ elif [[ $DISTRO == "Gentoo" ]]; then
|
||||
env-update && source /etc/profile
|
||||
else
|
||||
# 'Unsupported' distro
|
||||
echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl', 'libgit2', 'tmux', 'libyaml' and 'make' and you'll be fine."
|
||||
echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl', 'libgit2', 'tmux' and 'make' and you'll be fine."
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user