Bug 113272 - LODE on macOS High Sierra
Summary: LODE on macOS High Sierra
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha0+
Hardware: All macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-19 16:18 UTC by Heiko Tietze
Modified: 2017-10-19 16:26 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2017-10-19 16:18:21 UTC
To setup a development environment [1] on a fresh High Sierra installation I had to modify utils_MacOS.sh with

    17.*)
        OS_FLAVOR=10.13
        ;;

And it was necessary to install autoconf, automake, and libtool from source. Followed this advice https://superuser.com/questions/383580/how-to-install-autoconf-automake-and-related-tools-on-mac-os-x-from-source

https://wiki.documentfoundation.org/Development/BuildingOnMac#Quick_Pre-canned_Setup
Comment 1 Xisco Faulí 2017-10-19 16:26:28 UTC
Hi Heiko,
Could you please mention it in the wiki instead?
I don't think Bugzilla is the right place for this...