Currently, user use ./auto/install.sh to install our program, which looks not so good, we want user use make install to install xcShell and necessary config.
AC
Given: User already compile our xcShell using make
When: User run make install
Then: Should install xcShell to correct place, like /usr/local/bin, and write default config file to /etc if it's not exist.
Epic
CFR
Description
Currently, user use
./auto/install.sh
to install our program, which looks not so good, we want user usemake install
to install xcShell and necessary config.AC
Given: User already compile our xcShell using
make
When: User runmake install
Then: Should install xcShell to correct place, like/usr/local/bin
, and write default config file to/etc
if it's not exist.