1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Bump OS X requirements to 10.8 and update README

Because of Sparkle, it's now required to build dupeguru on 10.10+, but with MACOSX_DEPLOYMENT_TARGET, which we now properly set, the results properly runs on 10.8.

This requires a python that has also been compiled with  MACOSX_DEPLOYMENT_TARGET=10.8
This commit is contained in:
Virgil Dupras
2016-07-01 15:36:15 -04:00
parent 9f2c3e7732
commit 3aa99c396b
3 changed files with 5 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ This folder contains the source for dupeGuru. Its documentation is in `help`, bu
There are also other sub-folder that comes from external repositories and are part of this repo as
git submodules:
* Sparkle: An auto-update library for the OS X version.
* hscommon: A collection of helpers used across HS applications.
* cocoalib: A collection of helpers used across Cocoa UI codebases of HS applications.
* qtlib: A collection of helpers used across Qt UI codebases of HS applications.
@@ -79,7 +80,7 @@ Prerequisites are installed through `pip`. However, some of them are not "pip in
to be installed manually.
* All systems: [Python 3.4+][python]
* Mac OS X: The last XCode to have the 10.7 SDK included.
* Mac OS X: OS X 10.10+ with XCode command line tools.
* Linux: PyQt5
On Ubuntu (14.04+), the apt-get command to install all pre-requisites is: