From 6968fa346635bbd0dfd8329d6038eb432b53a792 Mon Sep 17 00:00:00 2001 From: Eloston Date: Sat, 13 Aug 2016 18:26:34 -0700 Subject: [PATCH] Add Mac OS X info --- BUILDING.md | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 2c0450fc..851d872a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -74,6 +74,17 @@ Build steps: # Change directory to ungoogled-chromium's root directory path\to\python3 build_windows.py +## Mac OS X + +**NOTE: Currently, the build instructions for this platform have several caveats:** +* No automatic source cleaning or domain substitution +* Uses Google's binaries; downloads tools automatically from Google +* No automatic patching +* Uses depot_tools and Chromium's git repository (which takes quite a bit of space) as opposed to the source archive +* Does not use `buildlib` + +[The build instructions can be found here](https://github.com/Eloston/ungoogled-chromium/issues/30#issuecomment-239644518). Credits to [9Morello](//github.com/9Morello) + ## Other systems, platforms, and configurations Please read the section in the README explaning ungoogled-chromium's design first. diff --git a/README.md b/README.md index a79b1fb0..db2fae72 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Currently supported platforms and distributions: * Debian * Ubuntu * Windows +* Mac OS X (partial; see [Building](#building)) ## ungoogled-chromium's design