ターミナルで FreeFem++ が実行できて、 表示されるバージョンがインストールしたものと一致することを確認すれば良い。
bash-3.2$ FreeFem++
Error parameter: FreeFem++ , version : 4.000000 (date Lun 21 jan 2019 17:17:58 CET) 64bits
Syntaxe = FreeFem++ [ -v verbosity ] [ -fglut filepath ] [ -glut command ] [ -nw] [ -f] filename [SCRIPT-arguments]
-v verbosity : 0 -- 1000000 level of freefem output
-fglut filepath : the file name of save all plots (replot with ffglut command )
-glut command : change command compatible with ffglut
-gff command : change command compatible with ffglut (with space quoting)
-nowait : nowait at the end on window
-wait : wait at the end on window
-nw or -ng : no ffglut, ffmedit (=> no graphics windows)
-wg : with graphic (=> graphics windows)
-ne : no edp script output
-cd : Change dir to script dir
-jc : just compile
-cdtmp : Change dir to tmp dir (for test)
with default ffglut : ffglut
bash-3.2$
|
桂田 祐史