- 追加された行はこのように表示されます。
- 削除された行は
このように表示されます。
!DFlow試してみた
DFlow https://github.com/samuelkgutierrez/dflow を試す.
build-essentialくらいしかインストールしてないDebian環境でビルド.
git clone https://github.com/samuelkgutierrez/dflow
sudo apt install autoconf automake libtool pkg-config # for autogen
./autogen
sudo apt install flex bison
sudo apt install graphviz graphviz-dev
./configure
make
!open-vm-tools-desktop
VMWare上のゲストとしてインストールしたDebianとホストでコピペできないない,
と思ってたら,open-vm-tools-desktopが必要だった.
sudo apt install openvm-tools-desktop
で解決.