blob: be898d9cd6385990933935b8c19239044f8b65b5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
all :
@echo "please launch configure before! :"
@echo "./configure"
@echo ""
@echo "then, you can launch:"
@echo "make"
@echo "make install"
@echo ""
@echo "(see INSTALL file to know how-to-install)"
|