facebook twitter hatena line email

「Android/開発環境/AndroidStudio/UMLクラス図」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==graphvizインストール準備== xcode-select --install brew install --build-from-source python@3.9 ==インストール== brew install graphviz # 確認 $ whic...」)
 
(graphvizインストール準備)
行2: 行2:
 
  xcode-select --install
 
  xcode-select --install
 
  brew install --build-from-source python@3.9
 
  brew install --build-from-source python@3.9
 +
 +
==graphviz実行==
 +
java -jar /d/src/plantuml.jar  -testdot
  
 
==インストール==
 
==インストール==

2021年3月18日 (木) 19:41時点における版

graphvizインストール準備

xcode-select --install
brew install --build-from-source python@3.9

graphviz実行

java -jar /d/src/plantuml.jar -testdot

インストール

brew install graphviz
# 確認
$ which dot
/usr/local/bin/dot