diff options
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 925b11daef98..e7c47f1994fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -384,7 +384,11 @@ endif @rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install @echo @echo "Developer installation finished, you can now execute:" - @echo "$(SRCDIR)/install/program/soffice" + @echo + @echo " cd $(SRCDIR)/install/program" + @echo " . ./ooenv" + @echo " ./soffice.bin" + dev-install-nocheck : export SKIP_TESTS := YES dev-install-nocheck : dev-install |