summaryrefslogtreecommitdiffstats
path: root/packaging/macos/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on user's .profileRené de Hesselle2019-09-121-4/+4
| | | | We no longer need to overwrite .profile with our settings.
* Change build OS and targetRené de Hesselle2019-09-091-28/+22
| | | | | | | | | | | | | | We no longer user El Capitan (10.11) as build platform. We now use Mojave (10.14) in combination with the Mavericks SDK (10.9). This simplifies the build process as we can use a current platform and gives backward compatibility down to Mavericks (10.9). Use a newer Python build that we turn non-relocatable for JHBuild, avoiding to build it ourselves (time consuming!) in 120-python3.sh. New default build location is /Users/Shared/work. This is a user- independent location and user-writable and simplifies WKR_DIR handling.
* Update jhbuildRené de Hesselle2019-07-211-5/+6
| | | | | | This is a massive internal update due to changes in JHBuild. Update Python to 3.7.4.
* Update macOS build pipelineRené de Hesselle2019-06-231-11/+25
| | | | | | | | This update lowers system requirements from 10.13 to 10.11 and has massive improvements regarding Python integration. Also lots of minor improvements. Based on https://github.com/dehesselle/mibap v0.12.
* Include more feature librariesRené de Hesselle2019-05-311-1/+1
| | | | | | | | | | - gtkspell - libyaml - cppunit - librevenge - libcdr - ImageMagick 6 - OpenMP
* Update macOS build pipelineRené de Hesselle2019-04-221-19/+12
| | | | | | | | | Highlights: - fixes open/save crashes - fixes localization - bundles Python 3, enabling extensions Also lots of internal improvements and refactoring.
* Add build pipeline for macOSRené de Hesselle2019-04-091-0/+77