This installation script is intended for the generic builders family:
- generic-makefile v2 and v3 compatible
- generic-cmake (WIP)
add execution permission to install.sh
chmod u+x ./install.sh
execute install.sh
./install.sh
generic-cli
-c <cmake/makefile> Creates a generic cmake or makefile in the current directory
-d Delete the makefile or cmake of the current directory
-u Updates this scripts and the current directory's makefile or cmake (if there is one)
R: the flag -c interprets makefile
, make
and gmf
as install generic-makefile in the project
.