Output the installation tip after building complete.
This commit is contained in:
parent
864c68ffc5
commit
756477bfe3
2
Makefile
2
Makefile
|
@ -62,6 +62,8 @@ ifeq ($(OSNAME), Darwin)
|
||||||
@echo "Thus, you need run \"make PREFIX=/your_installation_path/ install\"."
|
@echo "Thus, you need run \"make PREFIX=/your_installation_path/ install\"."
|
||||||
endif
|
endif
|
||||||
@echo
|
@echo
|
||||||
|
@echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
|
||||||
|
@echo
|
||||||
|
|
||||||
shared :
|
shared :
|
||||||
ifeq ($(OSNAME), Linux)
|
ifeq ($(OSNAME), Linux)
|
||||||
|
|
Loading…
Reference in New Issue