Improved installation instructions displayed after "make all" target completes.
This commit is contained in:
parent
614f6573e7
commit
bccc668039
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
|
@ -123,9 +123,15 @@ all: tuxpaint translations
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@echo
|
@echo
|
||||||
@echo "Done compiling."
|
@echo "Done compiling."
|
||||||
@echo "Now (probably as 'root' superuser), run 'make install'"
|
@echo
|
||||||
|
@echo "Now run 'make install' with any options you ran 'make' with."
|
||||||
@echo "to install Tux Paint."
|
@echo "to install Tux Paint."
|
||||||
@echo
|
@echo
|
||||||
|
@echo "You may need superuser ('root') priveleges, depending on"
|
||||||
|
@echo "where you're installing."
|
||||||
|
@echo "(Depending on your system, you either need to 'su' first,"
|
||||||
|
@echo "or run 'sudo make install'.)"
|
||||||
|
@echo
|
||||||
|
|
||||||
releaseclean:
|
releaseclean:
|
||||||
@echo
|
@echo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue