GithubHelp home page GithubHelp logo

morveus / argyll-macos-arm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lisanet/argyll-macos-arm

0.0 1.0 0.0 11.35 MB

ArgyllCMS for macOS and the Apple Silicon M1 cpu

License: GNU Affero General Public License v3.0

Shell 2.70% C++ 0.12% Python 0.03% Perl 0.01% C 89.95% Smalltalk 0.02% Assembly 0.03% CSS 0.02% SourcePawn 0.65% SAS 0.05% Makefile 2.26% HTML 1.44% CMake 0.08% Batchfile 0.01% Module Management System 0.05% M4 0.30% Roff 2.22% WebAssembly 0.05% Raku 0.01% StringTemplate 0.01%

argyll-macos-arm's Introduction

Argyll CMS for macOS with Apple Silicon cpu

This is a friendly fork of ArgyllCMS with patches to run on the new Apple Silicon cpu with the M1 chip set.

The original distribution cannot detect the display and therefor sadly crashes on the new M1 chip. This repo includes some small patches to get the display detection working again and to smoothly compile as arm64 binaries.

Installation

Binary installation, e.g. to use with DisplayCAL

The easiest way is to download the binary package and unzip the archiv to a directory of your choice.

The binary package is not signed with a developer certificate so you need to remove the quarantine bit to allow the system to run them. Just open Termonal.app and go to the directory where you've unzipped the archiv and type the following commands. The directory is named with the version number e.g. Argyll_V2.3.0 for Argyll version 2.3.0. You need to replace the version number in the following commands with the one you use.

cd Argyll_V2.3.0
xattr -dr com.apple.quarantine *

To use this with displayCAL, open displayCAL and choose from the menu 'Locate ArgyllCMS executables ...' and point to this directory.

If you want to use argyll on the command line, make sure to put the bin directory into your PATH environment by doing

export PATH=/our-custom-path/Argyll_V2.3.0/bin/:$PATH

Install from source code

If you want to compile it from source code, you need the JAM build tool. You can get it from one of my other repos here .....

After building and installing JAM, make sure you have set the following environment variables:

export HOSTTYPE=arm64
export MACHTYPE=arm64

The easiest way to build Argyll is to clone the repo, then go to the source directory and type

./makepackagebin.sh

This will build a binary package which you can install as described above. If you want, for some reason, to build without packaging, then after cloning, type

./makeall.sh
./makeinstall.sh

This way the binaries will be located in the bin subdirectory.

argyll-macos-arm's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.