Come aggiornare gnu make in OS X El Capitan

2

Attualmente sono a:

mhoggan-C02S81PRG8WM:c_velodyne mhoggan$ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc. This is free
software; see the source for copying conditions. There is NO warranty;
not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0
mhoggan-C02S81PRG8WM:c_velodyne mhoggan$ make --version GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc. This is free
software; see the source for copying conditions. There is NO warranty;
not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

C'è un modo con Homebrew per l'aggiornamento a 4.1 o 4.2?

    
posta Matthew Hoggan 22.11.2016 - 03:59
fonte

2 risposte

3

Sì, puoi eseguire:

brew install homebrew/core/make

su sistemi precedenti questo era:

brew install homebrew/dupes/make

Questo installerà make 4.2.1.

Un'altra opzione, se vuoi mantenere il sistema installato fai la versione, è invece di installare remake.

brew install remake
    
risposta data 22.11.2016 - 10:34
fonte
1

Per impostazione predefinita, homebrew installa GNU make binary con prefisso "g", come: /usr/local/bin/gmake

Se vuoi installarlo come make run:

brew install --with-default-names make

Quindi "coprirà" il valore predefinito del sistema make assumendo /usr/local/bin precede /usr/bin (dove risiede make del sistema) nel tuo $PATH .

    
risposta data 13.09.2018 - 20:34
fonte

Leggi altre domande sui tag