//GNU_AllPermissive
/* Copyright (C) 2023 Momi-g
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty, provided the copyright notice and
this notice are preserved. This file is offered as-is, without any warranty.
*/

- build: ~$ ./configure && make && make install
- default install dir: "(configure_dir)/inst" 
- copy/move manually after build if you need.
	~$ cp -R ./inst/XXX /my/prog/dir
	~# ln -s  /my/prog/dir/XXX/(bin) /usr/local/bin 
	(.. or make symbolic link to other PATH dir)
