summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-19 10:38:12 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-19 10:38:23 +0200
commit95e2c26a08fa22dba7333774ebb1899539213c57 (patch)
tree097106ce014ef5e11c63c655ef1ba7bac87f7241 /Makefile.in
parent503ee06fb843ac4ace017fde1b8a10c3c0501bc6 (diff)
How to run the "make dev-install" result is platform-specific
Change-Id: I48353df6fbcb960e660202392107432654207e39
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e7c47f1994fb..0eedd22ed970 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -382,13 +382,21 @@ else
endif
endif
@rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install
+ifeq ($(OS),LINUX)
@echo
@echo "Developer installation finished, you can now execute:"
@echo
@echo " cd $(SRCDIR)/install/program"
@echo " . ./ooenv"
@echo " ./soffice.bin"
-
+else ifeq ($(OS),MACOSX)
+ @echo
+ @echo "Developer installation finished, you can now run:"
+ @echo
+ @echo " open $(SRCDIR)/install/LibreOffice.app"
+ @echo
+ @echo "To debug: gdb install/LibreOffice.app/Contents/MacOS/soffice"
+endif
dev-install-nocheck : export SKIP_TESTS := YES
dev-install-nocheck : dev-install