回答:
2017年の更新:
2017年にHomebrewでInkscapeをインストールする推奨方法は次のとおりです。
brew update
brew cask install xquartz
brew cask install inkscape
前の回答:
Inkscapeは、インストールする前に最初にタップする必要がある樽です。
私はこのページで与えられたいくつかの提案を試しましたが、私のために働いた唯一のことは、jherranの答えに対する小さなバリエーションです:
$ brew search inkscape
$ brew tap homebrew/gui
$ brew install inkscape
その時点で、応答が得られInstalling inkscape from homebrew/homebrew-x11
、インストールが正常に完了しました。brew search
コマンドの結果は数回変更されているので、再度変更しないように注意してhomebrew/gui
ください。次回の検索ではない場合は、検索コマンドから正しい返信をタップしてください。
brew cask install inkscape
仕事をします(以前にインストールしたと仮定xquartz
)
brew cask install inkscape
個別のパッケージをインストールしますbrew install inkscape
:私の答えを参照してくださいapple.stackexchange.com/a/234223/106609
今朝、El Capitanの新規インストールでこれを試してみました。GUIとコマンドラインインターフェイスの両方が必要でした。残念ながら、最も賢明な解決策は2つのバージョンをインストールすることであったようです。1つはbrew(CLI用)から、もう1つはbrew-cask(GUI用)から。
$ brew search inkscape
homebrew/gui/inkscape
Caskroom/cask/inkscape
$ brew cask install xquartz # required for GUI
$ brew cask install inkscape # for GUI
$ brew install homebrew/gui/inkscape # for CLI (yep)
==> Installing inkscape from homebrew/gui
==> Downloading https://homebrew.bintray.com/bottles-gui/
==> Pouring inkscape-0.91_3.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/inkscape
Target /usr/local/bin/inkscape
already exists. You may want to remove it:
rm '/usr/local/bin/inkscape'
To force the link and overwrite all conflicting files:
brew link --overwrite inkscape
$ brew link --overwrite inkscape # to get the CLI inkscape on your path rather than the brew-cask GUI
InkscapeのCaskバージョンを使用する際の問題は、相対パスを非常にうまく処理できないことであり、明らかにCLIとして使用することは推奨されません。しかし、InkscapeのバニラHomebrewバージョンをGUIとして機能させることができませんでした。
この方法を試してください:
$ brew search inkscape
homebrew/x11/inkscape
$ brew tap homebrew/x11/inkscape
$ brew install inkscape
homebrew/x11/inkscape Caskroom/cask/inkscape
からbrew search inkscape
、私がしようとすると、brew tap
両方のためにhomebrew/x11/inkscape
とCaskroom/cask/inkscape
私が得るError: Invalid tap name
brew install Caskroom/cask/inkscape
。
failed to load the requested file
)、私にとっては価値がありません。何らかの理由でbrew uninstall inkscape
も機能しません...
brew uninstall Caskroom/cask/inkscape
brew install hombrew/x11/inkscape
それを行い、それはうまくいきました。新しいバージョン
これは、2016年12月にSierra(10.12.1)で機能しました。
brew update
brew cask install xquartz
brew cask install inkscape
マシンを再起動します。
アプリケーションディレクトリからInkscapeを起動します。フォントキャッシュが構築されるまでしばらく待ちます。
公式ウェブサイトの著者がHomebrewについて述べているように:
inkscapeを以前にインストールした場合は、次のインストールの前にクリーニングする必要があります。
brew uninstall inkscape brew cleanup
インストール:
brew install caskformula/caskformula/inkscape
brew install caskformula/caskformula/inkscape
dmgディストリビューションを(まだ)持っていないバージョン0.92.1用です。しばらくはbrew cask install xquartz
、brew cask install inkscape
0.91の安定をインストールするためのDMGに代わるだろう。したがって、「キャスク」対「キャスクフォーミュラ」。
brew search inkscape
でしたhomebrew/gui/inkscape
。実行しbrew tap homebrew/gui
、brew install inkscape
以前のように動作します。