How to run the "make dev-install" result is platform-specific
Change-Id: I48353df6fbcb960e660202392107432654207e39
This commit is contained in:
parent
503ee06fb8
commit
95e2c26a08
1 changed files with 9 additions and 1 deletions
10
Makefile.in
10
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
|
||||
|
|
Loading…
Reference in a new issue