Browse Source

Output the installation tip after building complete.

tags/v0.1alpha2.4^2
Xianyi 14 years ago
parent
commit
756477bfe3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile 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)


Loading…
Cancel
Save