Kaydet (Commit) eee2fe2e authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Improve the make dev-install message.

Change-Id: I331f97601234efe08d47d4716492232ada528edc
üst bbca2222
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment