superxcgm / xcShell

Your own shell
1 stars 1 forks source link

Use CMake install to install xcShell instead of using script ./auto/install.sh #46

Closed superxcgm closed 2 years ago

superxcgm commented 3 years ago

Epic

CFR

Description

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.