diff --git a/.gitignore b/.gitignore index b046f86..7064089 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build/ .vscode/ tmp/ doc/html -doc/man \ No newline at end of file +doc/man +installer \ No newline at end of file diff --git a/installer b/installer deleted file mode 100755 index fd9d6e5..0000000 --- a/installer +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash - -if [[ $# == 0 || ${1} == "help" ]]; then - echo "Compiles executables/libraries and maintains installed files. Two tools 'Cmake' and 'stow' are empolyed here. For more information, see https://cmake.org and https://www.gnu.org/software/stow/." - echo "" - echo "School of Earth Sciences, Zhejiang University" - echo "Yi Zhang (yizhang-geo@zju.edu.cn)" - echo "" - echo "Usage: ./config.sh [option] [Cmake options]" - echo "" - echo "Options:" - echo "(1) configure: Configure Cmake project(s). This option could take extra Cmake options as in