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

Don't advertise make dev-install any more.

Change-Id: I171c7e3e55b7f23d331dd1769428fb684fe214eb
üst 9960535b
......@@ -12648,22 +12648,19 @@ fi
cat << _EOF
****************************************************************************
To build, issue:
$GNUMAKE
run: $GNUMAKE help
for details
For details, run:
$GNUMAKE help
_EOF
if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then
cat << _EOF
To install when the build is finished, issue:
$GNUMAKE install
If you want to develop LibreOffice, you might prefer:
$GNUMAKE dev-install
After the build has finished, your can immediately run it using:
instdir/*/program/soffice
If you want to run the smoketest, issue:
$GNUMAKE check
......
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