Enter/Leave形式のログをplantumlのシーケンスに変換するperlの実験プログラム.
- module.cpp のような、関数入り口で[Enter], 関数出口で[Leave]を吐くログを用意する。
- ログファイルを ./make_sequence.pl に入力する。
Get installer from here Install it then launch.
# install X11 applications.
sudo apt-get install x11-apps x11-utils x11-xserver-utils| These commands are based on a askubuntu answer http://askubuntu.com/a/581497 | |
| To install gcc-6 (gcc-6.1.1), I had to do more stuff as shown below. | |
| USE THOSE COMMANDS AT YOUR OWN RISK. I SHALL NOT BE RESPONSIBLE FOR ANYTHING. | |
| ABSOLUTELY NO WARRANTY. | |
| If you are still reading let's carry on with the code. | |
| sudo apt-get update && \ | |
| sudo apt-get install build-essential software-properties-common -y && \ | |
| sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && \ |