Output the installation tip after building complete.

This commit is contained in:
Xianyi 2011-09-17 07:21:11 +08:00
parent 864c68ffc5
commit 756477bfe3
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ ifeq ($(OSNAME), Darwin)
@echo "Thus, you need run \"make PREFIX=/your_installation_path/ install\"."
endif
@echo
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
@echo
shared :
ifeq ($(OSNAME), Linux)