From 756477bfe3791f13ed270d1d75ad1dfccbf83bc1 Mon Sep 17 00:00:00 2001 From: Xianyi Date: Sat, 17 Sep 2011 07:21:11 +0800 Subject: [PATCH] Output the installation tip after building complete. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 90a3cda09..0c82d4a95 100644 --- a/Makefile +++ b/Makefile @@ -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)